#211287

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

Shades of Ultramarine #211287

Tints of Ultramarine #211287

Color information

#211287 (or 0x211287) is unknown color: approx Ultramarine. HEX triplet: 21, 12 and 87. RGB value is (33,18,135). Sum of RGB (Red+Green+Blue) = 33+18+135=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 135 (53.12% from 255 or 72.58% from 186); Max value from RGB is 135 - color contains mainly: blue. Hex color #211287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211287 is #DEED78. Grayscale: #232323. Windows color (decimal): -14609785 or 8852001. OLE color: 8852001.

HSL color Cylindrical-coordinate representation of color #211287: hue angle of 247.69º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211287 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3318135-
CMYK0.760.8700.47
HSL247.69º76.47%30%-
HSV(B)247.69º86.67%52.94%-
XYZ5.222.5123.13-
YUV35.82183.97125.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 135 (53.12% from 255) = 72.58%
R=17.74%
G=9.68%
B=72.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33181350.760.8700.47247.6976.4730
Hex2112874C5702Ff84c1e
Octal412220711412705737011436
Binary100001100101000011110011001010111010111111111000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211287; }

 p { color: rgb(33,18,135); }

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

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

 a { background-color: rgb(33,18,135); }

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

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

 span { border-color: rgb(33,18,135); }

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