Html Css Color HEX #20377F Resolution Blue

📋 copy color: '#20377F'

red 32 ◦ green 55 ◦ blue 127

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

Shades of Resolution Blue #20377F

Tints of Resolution Blue #20377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.35%

R = 14.95%
G = 25.7%
B = 59.35%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20377F (or 0x20377F) is known color: Resolution Blue. HEX triplet: 20, 37 and 7F. RGB value is (32,55,127). Sum of RGB (Red+Green+Blue) = 32+55+127=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #20377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20377F is #DFC880. Grayscale: #383838. Windows color (decimal): -14665857 or 8337184. OLE color: 8337184.

HSL color Cylindrical-coordinate representation of color #20377F: hue angle of 225.47º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20377F is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 55 127 -
CMYK 0.75 0.57 0 0.50
HSL 225.47º 0.6% 0.31% -
HSV(B) 225.47º 0.75% 0.5% -
XYZ 5.79 4.57 20.66 -
YUV 56.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 32 55 127 0.75 0.57 0 0.50 225.47 0.6 0.31
Hex 20 37 7F 4B 39 0 32 E1 3C 1F
Octal 40 67 177 113 71 0 62 341 74 37
Binary 100000 110111 1111111 1001011 111001 0 110010 11100001 111100 11111

Color Harmonies of #20377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20377F

Black with #20377F

Text Example


Text Example

White with #20377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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