Html Css Color HEX #210396 Ultramarine

📋 copy color: '#210396'

red 33 ◦ green 3 ◦ blue 150

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

Shades of Ultramarine #210396

Tints of Ultramarine #210396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.61%

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

R = 17.74%
G = 1.61%
B = 80.65%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#210396 (or 0x210396) is known color: Ultramarine. HEX triplet: 21, 03 and 96. RGB value is (33,3,150). Sum of RGB (Red+Green+Blue) = 33+3+150=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #210396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210396 is #DEFC69. Grayscale: #1C1C1C. Windows color (decimal): -14613610 or 9831201. OLE color: 9831201.

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

Color convert

RGB 33 3 150 -
CMYK 0.78 0.98 0 0.41
HSL 252.24º 0.96% 0.3% -
HSV(B) 252.24º 0.98% 0.59% -
XYZ 6.16 2.59 29.03 -
YUV 28.73 196.44 131.05 -
System Red Green Blue C M Y K H S L
Decimal 33 3 150 0.78 0.98 0 0.41 252.24 0.96 0.3
Hex 21 3 96 4E 62 0 29 FC 60 1E
Octal 41 3 226 116 142 0 51 374 140 36
Binary 100001 11 10010110 1001110 1100010 0 101001 11111100 1100000 11110

Color Harmonies of #210396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210396

Black with #210396

Text Example


Text Example

White with #210396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210396; }

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

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

background-color css

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

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

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

border-color css

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

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

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