#21228E

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

Shades of Ultramarine #21228E

Tints of Ultramarine #21228E

Color information

#21228E (or 0x21228E) is unknown color: approx Ultramarine. HEX triplet: 21, 22 and 8E. RGB value is (33,34,142). Sum of RGB (Red+Green+Blue) = 33+34+142=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #21228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21228E is #DEDD71. Grayscale: #2D2D2D. Windows color (decimal): -14605682 or 9314849. OLE color: 9314849.

HSL color Cylindrical-coordinate representation of color #21228E: hue angle of 239.45º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21228E is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3334142-
CMYK0.770.7600.44
HSL239.45º62.29%34.31%-
HSV(B)239.45º76.76%55.69%-
XYZ6.083.4225.93-
YUV46.01182.17118.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 142 (55.86% from 255) = 67.94%
R=15.79%
G=16.27%
B=67.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33341420.770.7600.44239.4562.2934.31
Hex21228E4D4C02Cef3e22
Octal41422161151140543577642
Binary1000011000101000111010011011001100010110011101111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21228E; }

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

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

<style>
 a { background-color: #21228E; }

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

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

<style>
 span { border-color: #21228E; }

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

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