Html Css Color HEX #222495 Ultramarine

📋 copy color: '#222495'

red 34 ◦ green 36 ◦ blue 149

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

Shades of Ultramarine #222495

Tints of Ultramarine #222495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

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

R = 15.53%
G = 16.44%
B = 68.04%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#222495 (or 0x222495) is known color: Ultramarine. HEX triplet: 22, 24 and 95. RGB value is (34,36,149). Sum of RGB (Red+Green+Blue) = 34+36+149=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #222495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222495 is #DDDB6A. Grayscale: #2F2F2F. Windows color (decimal): -14539627 or 9774114. OLE color: 9774114.

HSL color Cylindrical-coordinate representation of color #222495: hue angle of 238.96º 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 #222495 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 36 149 -
CMYK 0.77 0.76 0 0.42
HSL 238.96º 0.63% 0.36% -
HSV(B) 238.96º 0.77% 0.58% -
XYZ 6.72 3.77 28.81 -
YUV 48.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 34 36 149 0.77 0.76 0 0.42 238.96 0.63 0.36
Hex 22 24 95 4D 4C 0 2A EF 3F 24
Octal 42 44 225 115 114 0 52 357 77 44
Binary 100010 100100 10010101 1001101 1001100 0 101010 11101111 111111 100100

Color Harmonies of #222495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222495

Black with #222495

Text Example


Text Example

White with #222495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222495; }

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

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

background-color css

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

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

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

border-color css

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

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

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