Html Css Color HEX #222596 Ultramarine

📋 copy color: '#222596'

red 34 ◦ green 37 ◦ blue 150

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

Shades of Ultramarine #222596

Tints of Ultramarine #222596

RGB

 RED value IS 34 (13.67% from 255) = 15.38%

 GREEN value IS 37 (14.84% from 255) = 16.74%

 BLUE value IS 150 (58.98% from 255) = 67.87%

R = 15.38%
G = 16.74%
B = 67.87%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#222596 (or 0x222596) is known color: Ultramarine. HEX triplet: 22, 25 and 96. RGB value is (34,37,150). Sum of RGB (Red+Green+Blue) = 34+37+150=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #222596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222596 is #DDDA69. Grayscale: #303030. Windows color (decimal): -14539370 or 9839906. OLE color: 9839906.

HSL color Cylindrical-coordinate representation of color #222596: hue angle of 238.45º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222596 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 37 150 -
CMYK 0.77 0.75 0 0.41
HSL 238.45º 0.63% 0.36% -
HSV(B) 238.45º 0.77% 0.59% -
XYZ 6.83 3.87 29.24 -
YUV 48.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 34 37 150 0.77 0.75 0 0.41 238.45 0.63 0.36
Hex 22 25 96 4D 4B 0 29 EE 3F 24
Octal 42 45 226 115 113 0 51 356 77 44
Binary 100010 100101 10010110 1001101 1001011 0 101001 11101110 111111 100100

Color Harmonies of #222596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222596

Black with #222596

Text Example


Text Example

White with #222596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222596; }

 p { color: rgb(34,37,150); }

 H1.HeaderClassName
 {
   color: #222596;
 }
 .AnyTagClassName
 {
   color: #222596;
 }
</style>

background-color css

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

 a { background-color: rgb(34,37,150); }

 div.DivClassName
 {
   background-color: #222596;
 }
 .BgClassName
 {
   background-color: #222596;
 }
</style>

border-color css

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

 span { border-color: rgb(34,37,150); }

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