Html Css Color HEX #21229C Ultramarine

📋 copy color: '#21229C'

red 33 ◦ green 34 ◦ blue 156

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

Shades of Ultramarine #21229C

Tints of Ultramarine #21229C

RGB

 RED value IS 33 (13.28% from 255) = 14.8%

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

 BLUE value IS 156 (61.33% from 255) = 69.96%

R = 14.8%
G = 15.25%
B = 69.96%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21229C (or 0x21229C) is known color: Ultramarine. HEX triplet: 21, 22 and 9C. RGB value is (33,34,156). Sum of RGB (Red+Green+Blue) = 33+34+156=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #21229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21229C is #DEDD63. Grayscale: #2F2F2F. Windows color (decimal): -14605668 or 10232353. OLE color: 10232353.

HSL color Cylindrical-coordinate representation of color #21229C: hue angle of 239.51º 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 #21229C is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 34 156 -
CMYK 0.79 0.78 0 0.39
HSL 239.51º 0.65% 0.37% -
HSV(B) 239.51º 0.79% 0.61% -
XYZ 7.2 3.87 31.82 -
YUV 47.61 189.17 117.58 -
System Red Green Blue C M Y K H S L
Decimal 33 34 156 0.79 0.78 0 0.39 239.51 0.65 0.37
Hex 21 22 9C 4F 4E 0 27 F0 41 25
Octal 41 42 234 117 116 0 47 360 101 45
Binary 100001 100010 10011100 1001111 1001110 0 100111 11110000 1000001 100101

Color Harmonies of #21229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21229C

Black with #21229C

Text Example


Text Example

White with #21229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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