#2B2496

Color #2B2496 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2B2496

Tints of Ultramarine #2B2496

Color information

#2B2496 (or 0x2B2496) is unknown color: approx Ultramarine. HEX triplet: 2B, 24 and 96. RGB value is (43,36,150). Sum of RGB (Red+Green+Blue) = 43+36+150=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B2496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2496 is #D4DB69. Grayscale: #323232. Windows color (decimal): -13949802 or 9839659. OLE color: 9839659.

HSL color Cylindrical-coordinate representation of color #2B2496: hue angle of 243.68º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B2496 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4336150-
CMYK0.710.7600.41
HSL243.68º61.29%36.47%-
HSV(B)243.68º76%58.82%-
XYZ7.133.9829.25-
YUV51.09183.82122.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 150 (58.98% from 255) = 65.50%
R=18.78%
G=15.72%
B=65.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43361500.710.7600.41243.6861.2936.47
Hex2B2496474C029f43d24
Octal53442261071140513647544
Binary1010111001001001011010001111001100010100111110100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B2496; }

 p { color: rgb(43,36,150); }

 H1.HeaderClassName
 {
   color: #2B2496;
 }
 .AnyTagClassName
 {
   color: #2B2496;
 }
</style>
background-color css

<style>
 a { background-color: #2B2496; }

 a { background-color: rgb(43,36,150); }

 div.DivClassName
 {
   background-color: #2B2496;
 }
 .BgClassName
 {
   background-color: #2B2496;
 }
</style>
border-color css

<style>
 span { border-color: #2B2496; }

 span { border-color: rgb(43,36,150); }

 td.TdClassName
 {
   border-color: #2B2496;
 }
 .TagClassName
 {
   border-color: #2B2496;
 }
</style>