Html Css Color HEX #22219D Ultramarine

📋 copy color: '#22219D'

red 34 ◦ green 33 ◦ blue 157

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

Shades of Ultramarine #22219D

Tints of Ultramarine #22219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

 BLUE value IS 157 (61.72% from 255) = 70.09%

R = 15.18%
G = 14.73%
B = 70.09%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#22219D (or 0x22219D) is known color: Ultramarine. HEX triplet: 22, 21 and 9D. RGB value is (34,33,157). Sum of RGB (Red+Green+Blue) = 34+33+157=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #22219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22219D is #DDDE62. Grayscale: #2E2E2E. Windows color (decimal): -14540387 or 10297634. OLE color: 10297634.

HSL color Cylindrical-coordinate representation of color #22219D: hue angle of 240.48º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22219D is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 33 157 -
CMYK 0.78 0.79 0 0.38
HSL 240.48º 0.65% 0.37% -
HSV(B) 240.48º 0.79% 0.62% -
XYZ 7.29 3.86 32.26 -
YUV 47.44 189.83 118.42 -
System Red Green Blue C M Y K H S L
Decimal 34 33 157 0.78 0.79 0 0.38 240.48 0.65 0.37
Hex 22 21 9D 4E 4F 0 26 F0 41 25
Octal 42 41 235 116 117 0 46 360 101 45
Binary 100010 100001 10011101 1001110 1001111 0 100110 11110000 1000001 100101

Color Harmonies of #22219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22219D

Black with #22219D

Text Example


Text Example

White with #22219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22219D; }

 p { color: rgb(34,33,157); }

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

background-color css

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

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

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

border-color css

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

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

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