Html Css Color HEX #222595 Ultramarine

📋 copy color: '#222595'

red 34 ◦ green 37 ◦ blue 149

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

Shades of Ultramarine #222595

Tints of Ultramarine #222595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 15.45%
G = 16.82%
B = 67.73%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#222595 (or 0x222595) is known color: Ultramarine. HEX triplet: 22, 25 and 95. RGB value is (34,37,149). Sum of RGB (Red+Green+Blue) = 34+37+149=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #222595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222595 is #DDDA6A. Grayscale: #303030. Windows color (decimal): -14539371 or 9774370. OLE color: 9774370.

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

Color convert

RGB 34 37 149 -
CMYK 0.77 0.75 0 0.42
HSL 238.43º 0.63% 0.36% -
HSV(B) 238.43º 0.77% 0.58% -
XYZ 6.75 3.83 28.82 -
YUV 48.87 184.51 117.39 -
System Red Green Blue C M Y K H S L
Decimal 34 37 149 0.77 0.75 0 0.42 238.43 0.63 0.36
Hex 22 25 95 4D 4B 0 2A EE 3F 24
Octal 42 45 225 115 113 0 52 356 77 44
Binary 100010 100101 10010101 1001101 1001011 0 101010 11101110 111111 100100

Color Harmonies of #222595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222595

Black with #222595

Text Example


Text Example

White with #222595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222595; }

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

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

background-color css

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

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

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

border-color css

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

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

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