#20467D

Color #20467D Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #20467D

Tints of Fun Blue #20467D

Color information

#20467D (or 0x20467D) is unknown color: approx Fun Blue. HEX triplet: 20, 46 and 7D. RGB value is (32,70,125). Sum of RGB (Red+Green+Blue) = 32+70+125=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #20467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20467D is #DFB982. Grayscale: #404040. Windows color (decimal): -14662019 or 8209952. OLE color: 8209952.

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

Color convert

RGB3270125-
CMYK0.740.4400.51
HSL215.48º59.24%30.78%-
HSV(B)215.48º74.4%49.02%-
XYZ6.496.1720.25-
YUV64.91161.91104.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 125 (49.22% from 255) = 55.07%
R=14.10%
G=30.84%
B=55.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32701250.740.4400.51215.4859.2430.78
Hex20467D4A2C033d73b1f
Octal40106175112540633277337
Binary10000010001101111101100101010110001100111101011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20467D; }

 p { color: rgb(32,70,125); }

 H1.HeaderClassName
 {
   color: #20467D;
 }
 .AnyTagClassName
 {
   color: #20467D;
 }
</style>
background-color css

<style>
 a { background-color: #20467D; }

 a { background-color: rgb(32,70,125); }

 div.DivClassName
 {
   background-color: #20467D;
 }
 .BgClassName
 {
   background-color: #20467D;
 }
</style>
border-color css

<style>
 span { border-color: #20467D; }

 span { border-color: rgb(32,70,125); }

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