Html Css Color HEX #222295 Ultramarine

📋 copy color: '#222295'

red 34 ◦ green 34 ◦ blue 149

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

Shades of Ultramarine #222295

Tints of Ultramarine #222295

RGB

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

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

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

R = 15.67%
G = 15.67%
B = 68.66%

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

#222295 (or 0x222295) is known color: Ultramarine. HEX triplet: 22, 22 and 95. RGB value is (34,34,149). Sum of RGB (Red+Green+Blue) = 34+34+149=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #222295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222295 is #DDDD6A. Grayscale: #2E2E2E. Windows color (decimal): -14540139 or 9773602. OLE color: 9773602.

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

Color convert

RGB 34 34 149 -
CMYK 0.77 0.77 0 0.42
HSL 240º 0.63% 0.36% -
HSV(B) 240º 0.77% 0.58% -
XYZ 6.66 3.65 28.79 -
YUV 47.11 185.5 118.65 -
System Red Green Blue C M Y K H S L
Decimal 34 34 149 0.77 0.77 0 0.42 240 0.63 0.36
Hex 22 22 95 4D 4D 0 2A F0 3F 24
Octal 42 42 225 115 115 0 52 360 77 44
Binary 100010 100010 10010101 1001101 1001101 0 101010 11110000 111111 100100

Color Harmonies of #222295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222295

Black with #222295

Text Example


Text Example

White with #222295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222295; }

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

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

background-color css

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

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

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

border-color css

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

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

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