Html Css Color HEX #20376E Resolution Blue

📋 copy color: '#20376E'

red 32 ◦ green 55 ◦ blue 110

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

Shades of Resolution Blue #20376E

Tints of Resolution Blue #20376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 110 (43.36% from 255) = 55.84%

R = 16.24%
G = 27.92%
B = 55.84%

CMYK

 C value IS 0.71

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20376E (or 0x20376E) is known color: Resolution Blue. HEX triplet: 20, 37 and 6E. RGB value is (32,55,110). Sum of RGB (Red+Green+Blue) = 32+55+110=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #20376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20376E is #DFC891. Grayscale: #363636. Windows color (decimal): -14665874 or 7223072. OLE color: 7223072.

HSL color Cylindrical-coordinate representation of color #20376E: hue angle of 222.31º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20376E is Cyan = 0.71, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 55 110 -
CMYK 0.71 0.5 0 0.57
HSL 222.31º 0.55% 0.28% -
HSV(B) 222.31º 0.71% 0.43% -
XYZ 4.78 4.17 15.3 -
YUV 54.39 159.38 112.03 -
System Red Green Blue C M Y K H S L
Decimal 32 55 110 0.71 0.5 0 0.57 222.31 0.55 0.28
Hex 20 37 6E 47 32 0 39 DE 37 1C
Octal 40 67 156 107 62 0 71 336 67 34
Binary 100000 110111 1101110 1000111 110010 0 111001 11011110 110111 11100

Color Harmonies of #20376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20376E

Black with #20376E

Text Example


Text Example

White with #20376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20376E; }

 p { color: rgb(32,55,110); }

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

background-color css

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

 a { background-color: rgb(32,55,110); }

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

border-color css

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

 span { border-color: rgb(32,55,110); }

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