Html Css Color HEX #20367C Resolution Blue

📋 copy color: '#20367C'

red 32 ◦ green 54 ◦ blue 124

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

Shades of Resolution Blue #20367C

Tints of Resolution Blue #20367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.71%

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

R = 15.24%
G = 25.71%
B = 59.05%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20367C (or 0x20367C) is known color: Resolution Blue. HEX triplet: 20, 36 and 7C. RGB value is (32,54,124). Sum of RGB (Red+Green+Blue) = 32+54+124=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #20367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20367C is #DFC983. Grayscale: #373737. Windows color (decimal): -14666116 or 8140320. OLE color: 8140320.

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

Color convert

RGB 32 54 124 -
CMYK 0.74 0.56 0 0.51
HSL 225.65º 0.59% 0.31% -
HSV(B) 225.65º 0.74% 0.49% -
XYZ 5.55 4.4 19.63 -
YUV 55.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 32 54 124 0.74 0.56 0 0.51 225.65 0.59 0.31
Hex 20 36 7C 4A 38 0 33 E2 3B 1F
Octal 40 66 174 112 70 0 63 342 73 37
Binary 100000 110110 1111100 1001010 111000 0 110011 11100010 111011 11111

Color Harmonies of #20367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20367C

Black with #20367C

Text Example


Text Example

White with #20367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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