#21229C

Color #21229C Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #21229C

Tints of Ultramarine #21229C

Color information

#21229C (or 0x21229C) is unknown color: approx 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

RGB3334156-
CMYK0.790.7800.39
HSL239.51º65.08%37.06%-
HSV(B)239.51º78.85%61.18%-
XYZ7.23.8731.82-
YUV47.61189.17117.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 156 (61.33% from 255) = 69.96%
R=14.80%
G=15.25%
B=69.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33341560.790.7800.39239.5165.0837.06
Hex21229C4F4E027f04125
Octal414223411711604736010145
Binary10000110001010011100100111110011100100111111100001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>