Html Css Color HEX #222296 Ultramarine

📋 copy color: '#222296'

red 34 ◦ green 34 ◦ blue 150

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

Shades of Ultramarine #222296

Tints of Ultramarine #222296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.81%

R = 15.6%
G = 15.6%
B = 68.81%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#222296 (or 0x222296) is known color: Ultramarine. HEX triplet: 22, 22 and 96. RGB value is (34,34,150). Sum of RGB (Red+Green+Blue) = 34+34+150=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #222296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222296 is #DDDD69. Grayscale: #2E2E2E. Windows color (decimal): -14540138 or 9839138. OLE color: 9839138.

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

Color convert

RGB 34 34 150 -
CMYK 0.77 0.77 0 0.41
HSL 240º 0.63% 0.36% -
HSV(B) 240º 0.77% 0.59% -
XYZ 6.74 3.69 29.21 -
YUV 47.22 186 118.57 -
System Red Green Blue C M Y K H S L
Decimal 34 34 150 0.77 0.77 0 0.41 240 0.63 0.36
Hex 22 22 96 4D 4D 0 29 F0 3F 24
Octal 42 42 226 115 115 0 51 360 77 44
Binary 100010 100010 10010110 1001101 1001101 0 101001 11110000 111111 100100

Color Harmonies of #222296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222296

Black with #222296

Text Example


Text Example

White with #222296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222296; }

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

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

background-color css

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

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

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

border-color css

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

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

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