#2A457F

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

Shades of Fun Blue #2A457F

Tints of Fun Blue #2A457F

Color information

#2A457F (or 0x2A457F) is unknown color: approx Fun Blue. HEX triplet: 2A, 45 and 7F. RGB value is (42,69,127). Sum of RGB (Red+Green+Blue) = 42+69+127=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A457F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A457F is #D5BA80. Grayscale: #434343. Windows color (decimal): -14006913 or 8340778. OLE color: 8340778.

HSL color Cylindrical-coordinate representation of color #2A457F: hue angle of 220.94º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A457F is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4269127-
CMYK0.670.4600.50
HSL220.94º50.3%33.14%-
HSV(B)220.94º66.93%49.8%-
XYZ6.916.2820.93-
YUV67.54161.55109.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.65%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 127 (50% from 255) = 53.36%
R=17.65%
G=28.99%
B=53.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42691270.670.4600.50220.9450.333.14
Hex2A457F432E032dd3221
Octal52105177103560623356241
Binary101010100010111111111000011101110011001011011101110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A457F; }

 p { color: rgb(42,69,127); }

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

<style>
 a { background-color: #2A457F; }

 a { background-color: rgb(42,69,127); }

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

<style>
 span { border-color: #2A457F; }

 span { border-color: rgb(42,69,127); }

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