Html Css Color HEX #204176 Resolution Blue

📋 copy color: '#204176'

red 32 ◦ green 65 ◦ blue 118

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

Shades of Resolution Blue #204176

Tints of Resolution Blue #204176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

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

R = 14.88%
G = 30.23%
B = 54.88%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204176 (or 0x204176) is known color: Resolution Blue. HEX triplet: 20, 41 and 76. RGB value is (32,65,118). Sum of RGB (Red+Green+Blue) = 32+65+118=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #204176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204176 is #DFBE89. Grayscale: #3C3C3C. Windows color (decimal): -14663306 or 7749920. OLE color: 7749920.

HSL color Cylindrical-coordinate representation of color #204176: hue angle of 216.98º 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 #204176 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 65 118 -
CMYK 0.73 0.45 0 0.54
HSL 216.98º 0.57% 0.29% -
HSV(B) 216.98º 0.73% 0.46% -
XYZ 5.76 5.4 17.88 -
YUV 61.18 160.07 107.19 -
System Red Green Blue C M Y K H S L
Decimal 32 65 118 0.73 0.45 0 0.54 216.98 0.57 0.29
Hex 20 41 76 49 2D 0 36 D9 39 1D
Octal 40 101 166 111 55 0 66 331 71 35
Binary 100000 1000001 1110110 1001001 101101 0 110110 11011001 111001 11101

Color Harmonies of #204176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204176

Black with #204176

Text Example


Text Example

White with #204176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204176; }

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

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

background-color css

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

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

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

border-color css

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

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

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