#21228D

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

Shades of Ultramarine #21228D

Tints of Ultramarine #21228D

Color information

#21228D (or 0x21228D) is unknown color: approx Ultramarine. HEX triplet: 21, 22 and 8D. RGB value is (33,34,141). Sum of RGB (Red+Green+Blue) = 33+34+141=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #21228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21228D is #DEDD72. Grayscale: #2D2D2D. Windows color (decimal): -14605683 or 9249313. OLE color: 9249313.

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

Color convert

RGB3334141-
CMYK0.770.7600.45
HSL239.44º62.07%34.12%-
HSV(B)239.44º76.6%55.29%-
XYZ6.013.3925.54-
YUV45.9181.67118.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 141 (55.47% from 255) = 67.79%
R=15.87%
G=16.35%
B=67.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33341410.770.7600.45239.4462.0734.12
Hex21228D4D4C02Def3e22
Octal41422151151140553577642
Binary1000011000101000110110011011001100010110111101111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21228D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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