Html Css Color HEX #2B2496 Ultramarine

📋 copy color: '#2B2496'

red 43 ◦ green 36 ◦ blue 150

#2B2496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2B2496

Tints of Ultramarine #2B2496

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.5%

R = 18.78%
G = 15.72%
B = 65.5%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2B2496 (or 0x2B2496) is known color: 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

RGB 43 36 150 -
CMYK 0.71 0.76 0 0.41
HSL 243.68º 0.61% 0.36% -
HSV(B) 243.68º 0.76% 0.59% -
XYZ 7.13 3.98 29.25 -
YUV 51.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 43 36 150 0.71 0.76 0 0.41 243.68 0.61 0.36
Hex 2B 24 96 47 4C 0 29 F4 3D 24
Octal 53 44 226 107 114 0 51 364 75 44
Binary 101011 100100 10010110 1000111 1001100 0 101001 11110100 111101 100100

Color Harmonies of #2B2496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2496

Black with #2B2496

Text Example


Text Example

White with #2B2496

Text Example


Text Example

HTML Codes & Css Web 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>