Html Css Color HEX #222292 Ultramarine

📋 copy color: '#222292'

red 34 ◦ green 34 ◦ blue 146

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

Shades of Ultramarine #222292

Tints of Ultramarine #222292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

 BLUE value IS 146 (57.42% from 255) = 68.22%

R = 15.89%
G = 15.89%
B = 68.22%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#222292 (or 0x222292) is known color: Ultramarine. HEX triplet: 22, 22 and 92. RGB value is (34,34,146). Sum of RGB (Red+Green+Blue) = 34+34+146=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #222292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222292 is #DDDD6D. Grayscale: #2E2E2E. Windows color (decimal): -14540142 or 9576994. OLE color: 9576994.

HSL color Cylindrical-coordinate representation of color #222292: hue angle of 240º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222292 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 34 146 -
CMYK 0.77 0.77 0 0.43
HSL 240º 0.62% 0.35% -
HSV(B) 240º 0.77% 0.57% -
XYZ 6.42 3.56 27.54 -
YUV 46.77 184 118.89 -
System Red Green Blue C M Y K H S L
Decimal 34 34 146 0.77 0.77 0 0.43 240 0.62 0.35
Hex 22 22 92 4D 4D 0 2B F0 3E 23
Octal 42 42 222 115 115 0 53 360 76 43
Binary 100010 100010 10010010 1001101 1001101 0 101011 11110000 111110 100011

Color Harmonies of #222292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222292

Black with #222292

Text Example


Text Example

White with #222292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222292; }

 p { color: rgb(34,34,146); }

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

background-color css

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

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

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

border-color css

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

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

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