Html Css Color HEX #202395 Ultramarine

📋 copy color: '#202395'

red 32 ◦ green 35 ◦ blue 149

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

Shades of Ultramarine #202395

Tints of Ultramarine #202395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.98%

R = 14.81%
G = 16.2%
B = 68.98%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#202395 (or 0x202395) is known color: Ultramarine. HEX triplet: 20, 23 and 95. RGB value is (32,35,149). Sum of RGB (Red+Green+Blue) = 32+35+149=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #202395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202395 is #DFDC6A. Grayscale: #2E2E2E. Windows color (decimal): -14670955 or 9773856. OLE color: 9773856.

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

Color convert

RGB 32 35 149 -
CMYK 0.79 0.77 0 0.42
HSL 238.46º 0.65% 0.35% -
HSV(B) 238.46º 0.79% 0.58% -
XYZ 6.62 3.68 28.79 -
YUV 47.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 32 35 149 0.79 0.77 0 0.42 238.46 0.65 0.35
Hex 20 23 95 4F 4D 0 2A EE 41 23
Octal 40 43 225 117 115 0 52 356 101 43
Binary 100000 100011 10010101 1001111 1001101 0 101010 11101110 1000001 100011

Color Harmonies of #202395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202395

Black with #202395

Text Example


Text Example

White with #202395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202395; }

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

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

background-color css

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

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

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

border-color css

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

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

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