Html Css Color HEX #222499 Ultramarine

📋 copy color: '#222499'

red 34 ◦ green 36 ◦ blue 153

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

Shades of Ultramarine #222499

Tints of Ultramarine #222499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68.61%

R = 15.25%
G = 16.14%
B = 68.61%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#222499 (or 0x222499) is known color: Ultramarine. HEX triplet: 22, 24 and 99. RGB value is (34,36,153). Sum of RGB (Red+Green+Blue) = 34+36+153=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #222499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222499 is #DDDB66. Grayscale: #303030. Windows color (decimal): -14539623 or 10036258. OLE color: 10036258.

HSL color Cylindrical-coordinate representation of color #222499: hue angle of 238.99º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222499 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 36 153 -
CMYK 0.78 0.76 0 0.4
HSL 238.99º 0.64% 0.37% -
HSV(B) 238.99º 0.78% 0.6% -
XYZ 7.04 3.9 30.52 -
YUV 48.74 186.84 117.49 -
System Red Green Blue C M Y K H S L
Decimal 34 36 153 0.78 0.76 0 0.4 238.99 0.64 0.37
Hex 22 24 99 4E 4C 0 28 EF 40 25
Octal 42 44 231 116 114 0 50 357 100 45
Binary 100010 100100 10011001 1001110 1001100 0 101000 11101111 1000000 100101

Color Harmonies of #222499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222499

Black with #222499

Text Example


Text Example

White with #222499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222499; }

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

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

background-color css

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

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

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

border-color css

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

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

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