Html Css Color HEX #222395 Ultramarine

📋 copy color: '#222395'

red 34 ◦ green 35 ◦ blue 149

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

Shades of Ultramarine #222395

Tints of Ultramarine #222395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 15.6%
G = 16.06%
B = 68.35%

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

#222395 (or 0x222395) is known color: Ultramarine. HEX triplet: 22, 23 and 95. RGB value is (34,35,149). Sum of RGB (Red+Green+Blue) = 34+35+149=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #222395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222395 is #DDDC6A. Grayscale: #2F2F2F. Windows color (decimal): -14539883 or 9773858. OLE color: 9773858.

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

Color convert

RGB 34 35 149 -
CMYK 0.77 0.77 0 0.42
HSL 239.48º 0.63% 0.36% -
HSV(B) 239.48º 0.77% 0.58% -
XYZ 6.69 3.71 28.8 -
YUV 47.7 185.17 118.23 -
System Red Green Blue C M Y K H S L
Decimal 34 35 149 0.77 0.77 0 0.42 239.48 0.63 0.36
Hex 22 23 95 4D 4D 0 2A EF 3F 24
Octal 42 43 225 115 115 0 52 357 77 44
Binary 100010 100011 10010101 1001101 1001101 0 101010 11101111 111111 100100

Color Harmonies of #222395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222395

Black with #222395

Text Example


Text Example

White with #222395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222395; }

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

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

background-color css

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

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

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

border-color css

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

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

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