#212498

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

Shades of Ultramarine #212498

Tints of Ultramarine #212498

Color information

#212498 (or 0x212498) is unknown color: approx Ultramarine. HEX triplet: 21, 24 and 98. RGB value is (33,36,152). Sum of RGB (Red+Green+Blue) = 33+36+152=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #212498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212498 is #DEDB67. Grayscale: #2F2F2F. Windows color (decimal): -14605160 or 9970721. OLE color: 9970721.

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

Color convert

RGB3336152-
CMYK0.780.7600.40
HSL238.49º64.32%36.27%-
HSV(B)238.49º78.29%59.61%-
XYZ6.933.8530.08-
YUV48.33186.51117.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 152 (59.77% from 255) = 68.78%
R=14.93%
G=16.29%
B=68.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33361520.780.7600.40238.4964.3236.27
Hex2124984E4C028ee4024
Octal414423011611405035610044
Binary10000110010010011000100111010011000101000111011101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212498; }

 p { color: rgb(33,36,152); }

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

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

 a { background-color: rgb(33,36,152); }

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

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

 span { border-color: rgb(33,36,152); }

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