Html Css Color HEX #202396 Ultramarine

📋 copy color: '#202396'

red 32 ◦ green 35 ◦ blue 150

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

Shades of Ultramarine #202396

Tints of Ultramarine #202396

RGB

 RED value IS 32 (12.89% from 255) = 14.75%

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

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

R = 14.75%
G = 16.13%
B = 69.12%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#202396 (or 0x202396) is known color: Ultramarine. HEX triplet: 20, 23 and 96. RGB value is (32,35,150). Sum of RGB (Red+Green+Blue) = 32+35+150=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #202396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202396 is #DFDC69. Grayscale: #2E2E2E. Windows color (decimal): -14670954 or 9839392. OLE color: 9839392.

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

Color convert

RGB 32 35 150 -
CMYK 0.79 0.77 0 0.41
HSL 238.47º 0.65% 0.36% -
HSV(B) 238.47º 0.79% 0.59% -
XYZ 6.7 3.71 29.22 -
YUV 47.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 32 35 150 0.79 0.77 0 0.41 238.47 0.65 0.36
Hex 20 23 96 4F 4D 0 29 EE 41 24
Octal 40 43 226 117 115 0 51 356 101 44
Binary 100000 100011 10010110 1001111 1001101 0 101001 11101110 1000001 100100

Color Harmonies of #202396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202396

Black with #202396

Text Example


Text Example

White with #202396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202396; }

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

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

background-color css

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

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

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

border-color css

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

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

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