Html Css Color HEX #22219B Ultramarine

📋 copy color: '#22219B'

red 34 ◦ green 33 ◦ blue 155

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

Shades of Ultramarine #22219B

Tints of Ultramarine #22219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.82%

R = 15.32%
G = 14.86%
B = 69.82%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#22219B (or 0x22219B) is known color: Ultramarine. HEX triplet: 22, 21 and 9B. RGB value is (34,33,155). Sum of RGB (Red+Green+Blue) = 34+33+155=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #22219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22219B is #DDDE64. Grayscale: #2E2E2E. Windows color (decimal): -14540389 or 10166562. OLE color: 10166562.

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

Color convert

RGB 34 33 155 -
CMYK 0.78 0.79 0 0.39
HSL 240.49º 0.65% 0.37% -
HSV(B) 240.49º 0.79% 0.61% -
XYZ 7.12 3.79 31.37 -
YUV 47.21 188.83 118.58 -
System Red Green Blue C M Y K H S L
Decimal 34 33 155 0.78 0.79 0 0.39 240.49 0.65 0.37
Hex 22 21 9B 4E 4F 0 27 F0 41 25
Octal 42 41 233 116 117 0 47 360 101 45
Binary 100010 100001 10011011 1001110 1001111 0 100111 11110000 1000001 100101

Color Harmonies of #22219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22219B

Black with #22219B

Text Example


Text Example

White with #22219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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