Html Css Color HEX #20387C Resolution Blue

📋 copy color: '#20387C'

red 32 ◦ green 56 ◦ blue 124

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

Shades of Resolution Blue #20387C

Tints of Resolution Blue #20387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

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

R = 15.09%
G = 26.42%
B = 58.49%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20387C (or 0x20387C) is known color: Resolution Blue. HEX triplet: 20, 38 and 7C. RGB value is (32,56,124). Sum of RGB (Red+Green+Blue) = 32+56+124=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #20387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20387C is #DFC783. Grayscale: #383838. Windows color (decimal): -14665604 or 8140832. OLE color: 8140832.

HSL color Cylindrical-coordinate representation of color #20387C: hue angle of 224.35º 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 #20387C is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 56 124 -
CMYK 0.74 0.55 0 0.51
HSL 224.35º 0.59% 0.31% -
HSV(B) 224.35º 0.74% 0.49% -
XYZ 5.65 4.59 19.66 -
YUV 56.58 166.05 110.47 -
System Red Green Blue C M Y K H S L
Decimal 32 56 124 0.74 0.55 0 0.51 224.35 0.59 0.31
Hex 20 38 7C 4A 37 0 33 E0 3B 1F
Octal 40 70 174 112 67 0 63 340 73 37
Binary 100000 111000 1111100 1001010 110111 0 110011 11100000 111011 11111

Color Harmonies of #20387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20387C

Black with #20387C

Text Example


Text Example

White with #20387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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