#212392

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

Shades of Ultramarine #212392

Tints of Ultramarine #212392

Color information

#212392 (or 0x212392) is unknown color: approx Ultramarine. HEX triplet: 21, 23 and 92. RGB value is (33,35,146). Sum of RGB (Red+Green+Blue) = 33+35+146=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #212392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212392 is #DEDC6D. Grayscale: #2E2E2E. Windows color (decimal): -14605422 or 9577249. OLE color: 9577249.

HSL color Cylindrical-coordinate representation of color #212392: hue angle of 238.94º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212392 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3335146-
CMYK0.770.7600.43
HSL238.94º63.13%35.1%-
HSV(B)238.94º77.4%57.25%-
XYZ6.423.627.55-
YUV47.06183.84117.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.42%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 146 (57.42% from 255) = 68.22%
R=15.42%
G=16.36%
B=68.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33351460.770.7600.43238.9463.1335.1
Hex2123924D4C02Bef3f23
Octal41432221151140533577743
Binary1000011000111001001010011011001100010101111101111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212392; }

 p { color: rgb(33,35,146); }

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

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

 a { background-color: rgb(33,35,146); }

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

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

 span { border-color: rgb(33,35,146); }

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