#2A5088

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

Shades of Fun Blue #2A5088

Tints of Fun Blue #2A5088

Color information

#2A5088 (or 0x2A5088) is unknown color: approx Fun Blue. HEX triplet: 2A, 50 and 88. RGB value is (42,80,136). Sum of RGB (Red+Green+Blue) = 42+80+136=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A5088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5088 is #D5AF77. Grayscale: #4A4A4A. Windows color (decimal): -14004088 or 8933418. OLE color: 8933418.

HSL color Cylindrical-coordinate representation of color #2A5088: hue angle of 215.74º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A5088 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4280136-
CMYK0.690.4100.47
HSL215.74º52.81%34.9%-
HSV(B)215.74º69.12%53.33%-
XYZ8.278.0124.4-
YUV75.02162.41104.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.28%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 136 (53.52% from 255) = 52.71%
R=16.28%
G=31.01%
B=52.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42801360.690.4100.47215.7452.8134.9
Hex2A5088452902Fd83523
Octal52120210105510573306543
Binary1010101010000100010001000101101001010111111011000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,136); }

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

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

 a { background-color: rgb(42,80,136); }

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

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

 span { border-color: rgb(42,80,136); }

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