#20229c

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

Shades of Ultramarine #20229C

Tints of Ultramarine #20229C

Color information

#20229C (or 0x20229C) is unknown color: approx Ultramarine. HEX triplet: 20, 22 and 9C. RGB value is (32,34,156). Sum of RGB (Red+Green+Blue) = 32+34+156=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #20229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20229C is #DFDD63. Grayscale: #2E2E2E. Windows color (decimal): -14671204 or 10232352. OLE color: 10232352.

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

Color convert

RGB3234156-
CMYK0.790.7800.39
HSL239.03º65.96%36.86%-
HSV(B)239.03º79.49%61.18%-
XYZ7.173.8531.82-
YUV47.31189.34117.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 156 (61.33% from 255) = 70.27%
R=14.41%
G=15.32%
B=70.27%

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
Decimal32341560.790.7800.39239.0365.9636.86
Hex20229C4F4E027ef4225
Octal404223411711604735710245
Binary10000010001010011100100111110011100100111111011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20229c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20229c; }

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

 H1.HeaderClassName
 {
   color: #20229c;
 }
 .AnyTagClassName
 {
   color: #20229c;
 }
</style>
background-color css

<style>
 a { background-color: #20229c; }

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

 div.DivClassName
 {
   background-color: #20229c;
 }
 .BgClassName
 {
   background-color: #20229c;
 }
</style>
border-color css

<style>
 span { border-color: #20229c; }

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

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