Html Css Color HEX #212396 Ultramarine

📋 copy color: '#212396'

red 33 ◦ green 35 ◦ blue 150

#212396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #212396

Tints of Ultramarine #212396

RGB

 RED value IS 33 (13.28% from 255) = 15.14%

 GREEN value IS 35 (14.06% from 255) = 16.06%

 BLUE value IS 150 (58.98% from 255) = 68.81%

R = 15.14%
G = 16.06%
B = 68.81%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212396 (or 0x212396) is known color: Ultramarine. HEX triplet: 21, 23 and 96. RGB value is (33,35,150). Sum of RGB (Red+Green+Blue) = 33+35+150=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #212396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212396 is #DEDC69. Grayscale: #2F2F2F. Windows color (decimal): -14605418 or 9839393. OLE color: 9839393.

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

Color convert

RGB 33 35 150 -
CMYK 0.78 0.77 0 0.41
HSL 238.97º 0.64% 0.36% -
HSV(B) 238.97º 0.78% 0.59% -
XYZ 6.73 3.73 29.22 -
YUV 47.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 33 35 150 0.78 0.77 0 0.41 238.97 0.64 0.36
Hex 21 23 96 4E 4D 0 29 EF 40 24
Octal 41 43 226 116 115 0 51 357 100 44
Binary 100001 100011 10010110 1001110 1001101 0 101001 11101111 1000000 100100

Color Harmonies of #212396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212396

Black with #212396

Text Example


Text Example

White with #212396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212396; }

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

 H1.HeaderClassName
 {
   color: #212396;
 }
 .AnyTagClassName
 {
   color: #212396;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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