#20467F

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

Shades of Fun Blue #20467F

Tints of Fun Blue #20467F

Color information

#20467F (or 0x20467F) is unknown color: approx Fun Blue. HEX triplet: 20, 46 and 7F. RGB value is (32,70,127). Sum of RGB (Red+Green+Blue) = 32+70+127=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #20467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20467F is #DFB980. Grayscale: #404040. Windows color (decimal): -14662017 or 8341024. OLE color: 8341024.

HSL color Cylindrical-coordinate representation of color #20467F: hue angle of 216º 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 #20467F is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3270127-
CMYK0.750.4500.50
HSL216º59.75%31.18%-
HSV(B)216º74.8%49.8%-
XYZ6.626.2220.93-
YUV65.14162.91104.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 127 (50% from 255) = 55.46%
R=13.97%
G=30.57%
B=55.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32701270.750.4500.5021659.7531.18
Hex20467F4B2D032d83c1f
Octal40106177113550623307437
Binary10000010001101111111100101110110101100101101100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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