#212394

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

Shades of Ultramarine #212394

Tints of Ultramarine #212394

Color information

#212394 (or 0x212394) is unknown color: approx Ultramarine. HEX triplet: 21, 23 and 94. RGB value is (33,35,148). Sum of RGB (Red+Green+Blue) = 33+35+148=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #212394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212394 is #DEDC6B. Grayscale: #2E2E2E. Windows color (decimal): -14605420 or 9708321. OLE color: 9708321.

HSL color Cylindrical-coordinate representation of color #212394: hue angle of 238.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212394 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3335148-
CMYK0.780.7600.42
HSL238.96º63.54%35.49%-
HSV(B)238.96º77.7%58.04%-
XYZ6.573.6628.38-
YUV47.28184.84117.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 148 (58.20% from 255) = 68.52%
R=15.28%
G=16.20%
B=68.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33351480.780.7600.42238.9663.5435.49
Hex2123944E4C02Aef4023
Octal414322411611405235710043
Binary10000110001110010100100111010011000101010111011111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212394; }

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

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

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

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

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

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

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

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