#211CAA

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

Shades of Ultramarine #211CAA

Tints of Ultramarine #211CAA

Color information

#211CAA (or 0x211CAA) is unknown color: approx Ultramarine. HEX triplet: 21, 1C and AA. RGB value is (33,28,170). Sum of RGB (Red+Green+Blue) = 33+28+170=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #211CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211CAA is #DEE355. Grayscale: #2D2D2D. Windows color (decimal): -14607190 or 11148321. OLE color: 11148321.

HSL color Cylindrical-coordinate representation of color #211CAA: hue angle of 242.11º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211CAA is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3328170-
CMYK0.810.8400.33
HSL242.11º71.72%38.82%-
HSV(B)242.11º83.53%66.67%-
XYZ8.34.0638.38-
YUV45.68198.16118.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 170 (66.80% from 255) = 73.59%
R=14.29%
G=12.12%
B=73.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33281700.810.8400.33242.1171.7238.82
Hex211CAA5154021f24827
Octal413425212112404136211047
Binary1000011110010101010101000110101000100001111100101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211CAA; }

 p { color: rgb(33,28,170); }

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

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

 a { background-color: rgb(33,28,170); }

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

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

 span { border-color: rgb(33,28,170); }

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