Html Css Color HEX #221E95 Ultramarine

📋 copy color: '#221E95'

red 34 ◦ green 30 ◦ blue 149

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

Shades of Ultramarine #221E95

Tints of Ultramarine #221E95

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.08%

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

R = 15.96%
G = 14.08%
B = 69.95%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#221E95 (or 0x221E95) is known color: Ultramarine. HEX triplet: 22, 1E and 95. RGB value is (34,30,149). Sum of RGB (Red+Green+Blue) = 34+30+149=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #221E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221E95 is #DDE16A. Grayscale: #2C2C2C. Windows color (decimal): -14541163 or 9772578. OLE color: 9772578.

HSL color Cylindrical-coordinate representation of color #221E95: hue angle of 242.02º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #221E95 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 30 149 -
CMYK 0.77 0.80 0 0.42
HSL 242.02º 0.66% 0.35% -
HSV(B) 242.02º 0.8% 0.58% -
XYZ 6.55 3.44 28.75 -
YUV 44.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 34 30 149 0.77 0.80 0 0.42 242.02 0.66 0.35
Hex 22 1E 95 4D 50 0 2A F2 42 23
Octal 42 36 225 115 120 0 52 362 102 43
Binary 100010 11110 10010101 1001101 1010000 0 101010 11110010 1000010 100011

Color Harmonies of #221E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E95

Black with #221E95

Text Example


Text Example

White with #221E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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