Html Css Color HEX #203376 Resolution Blue

📋 copy color: '#203376'

red 32 ◦ green 51 ◦ blue 118

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

Shades of Resolution Blue #203376

Tints of Resolution Blue #203376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 118 (46.48% from 255) = 58.71%

R = 15.92%
G = 25.37%
B = 58.71%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#203376 (or 0x203376) is known color: Resolution Blue. HEX triplet: 20, 33 and 76. RGB value is (32,51,118). Sum of RGB (Red+Green+Blue) = 32+51+118=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #203376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203376 is #DFCC89. Grayscale: #343434. Windows color (decimal): -14666890 or 7746336. OLE color: 7746336.

HSL color Cylindrical-coordinate representation of color #203376: hue angle of 226.74º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203376 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 51 118 -
CMYK 0.73 0.57 0 0.54
HSL 226.74º 0.57% 0.29% -
HSV(B) 226.74º 0.73% 0.46% -
XYZ 5.05 3.98 17.64 -
YUV 52.96 164.71 113.05 -
System Red Green Blue C M Y K H S L
Decimal 32 51 118 0.73 0.57 0 0.54 226.74 0.57 0.29
Hex 20 33 76 49 39 0 36 E3 39 1D
Octal 40 63 166 111 71 0 66 343 71 35
Binary 100000 110011 1110110 1001001 111001 0 110110 11100011 111001 11101

Color Harmonies of #203376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203376

Black with #203376

Text Example


Text Example

White with #203376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203376; }

 p { color: rgb(32,51,118); }

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

background-color css

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

 a { background-color: rgb(32,51,118); }

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

border-color css

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

 span { border-color: rgb(32,51,118); }

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