Html Css Color HEX #20397C Resolution Blue

📋 copy color: '#20397C'

red 32 ◦ green 57 ◦ blue 124

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

Shades of Resolution Blue #20397C

Tints of Resolution Blue #20397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.76%

 BLUE value IS 124 (48.83% from 255) = 58.22%

R = 15.02%
G = 26.76%
B = 58.22%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20397C (or 0x20397C) is known color: Resolution Blue. HEX triplet: 20, 39 and 7C. RGB value is (32,57,124). Sum of RGB (Red+Green+Blue) = 32+57+124=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #20397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20397C is #DFC683. Grayscale: #383838. Windows color (decimal): -14665348 or 8141088. OLE color: 8141088.

HSL color Cylindrical-coordinate representation of color #20397C: hue angle of 223.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20397C is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 57 124 -
CMYK 0.74 0.54 0 0.51
HSL 223.7º 0.59% 0.31% -
HSV(B) 223.7º 0.74% 0.49% -
XYZ 5.7 4.69 19.67 -
YUV 57.16 165.72 110.05 -
System Red Green Blue C M Y K H S L
Decimal 32 57 124 0.74 0.54 0 0.51 223.7 0.59 0.31
Hex 20 39 7C 4A 36 0 33 E0 3B 1F
Octal 40 71 174 112 66 0 63 340 73 37
Binary 100000 111001 1111100 1001010 110110 0 110011 11100000 111011 11111

Color Harmonies of #20397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20397C

Black with #20397C

Text Example


Text Example

White with #20397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20397C; }

 p { color: rgb(32,57,124); }

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

background-color css

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

 a { background-color: rgb(32,57,124); }

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

border-color css

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

 span { border-color: rgb(32,57,124); }

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