#20458A

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

Shades of Fun Blue #20458A

Tints of Fun Blue #20458A

Color information

#20458A (or 0x20458A) is unknown color: approx Fun Blue. HEX triplet: 20, 45 and 8A. RGB value is (32,69,138). Sum of RGB (Red+Green+Blue) = 32+69+138=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #20458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20458A is #DFBA75. Grayscale: #414141. Windows color (decimal): -14662262 or 9061664. OLE color: 9061664.

HSL color Cylindrical-coordinate representation of color #20458A: hue angle of 219.06º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20458A is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3269138-
CMYK0.770.500.46
HSL219.06º62.35%33.33%-
HSV(B)219.06º76.81%54.12%-
XYZ7.316.424.89-
YUV65.8168.74103.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=13.39%
G=28.87%
B=57.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32691380.770.500.46219.0662.3533.33
Hex20458A4D3202Edb3e21
Octal40105212115620563337641
Binary1000001000101100010101001101110010010111011011011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20458A; }

 p { color: rgb(32,69,138); }

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

<style>
 a { background-color: #20458A; }

 a { background-color: rgb(32,69,138); }

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

<style>
 span { border-color: #20458A; }

 span { border-color: rgb(32,69,138); }

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