Html Css Color HEX #222294 Ultramarine

📋 copy color: '#222294'

red 34 ◦ green 34 ◦ blue 148

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

Shades of Ultramarine #222294

Tints of Ultramarine #222294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.52%

R = 15.74%
G = 15.74%
B = 68.52%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#222294 (or 0x222294) is known color: Ultramarine. HEX triplet: 22, 22 and 94. RGB value is (34,34,148). Sum of RGB (Red+Green+Blue) = 34+34+148=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #222294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222294 is #DDDD6B. Grayscale: #2E2E2E. Windows color (decimal): -14540140 or 9708066. OLE color: 9708066.

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

Color convert

RGB 34 34 148 -
CMYK 0.77 0.77 0 0.42
HSL 240º 0.63% 0.36% -
HSV(B) 240º 0.77% 0.58% -
XYZ 6.58 3.62 28.37 -
YUV 47 185 118.73 -
System Red Green Blue C M Y K H S L
Decimal 34 34 148 0.77 0.77 0 0.42 240 0.63 0.36
Hex 22 22 94 4D 4D 0 2A F0 3F 24
Octal 42 42 224 115 115 0 52 360 77 44
Binary 100010 100010 10010100 1001101 1001101 0 101010 11110000 111111 100100

Color Harmonies of #222294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222294

Black with #222294

Text Example


Text Example

White with #222294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222294; }

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

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

background-color css

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

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

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

border-color css

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

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

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