#2D497A

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

Shades of Fun Blue #2D497A

Tints of Fun Blue #2D497A

Color information

#2D497A (or 0x2D497A) is unknown color: approx Fun Blue. HEX triplet: 2D, 49 and 7A. RGB value is (45,73,122). Sum of RGB (Red+Green+Blue) = 45+73+122=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D497A is #D2B685. Grayscale: #454545. Windows color (decimal): -13809286 or 8014125. OLE color: 8014125.

HSL color Cylindrical-coordinate representation of color #2D497A: hue angle of 218.18º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D497A is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4573122-
CMYK0.630.4000.52
HSL218.18º46.11%32.75%-
HSV(B)218.18º63.11%47.84%-
XYZ6.986.7319.34-
YUV70.21157.22110.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.75%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=18.75%
G=30.42%
B=50.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45731220.630.4000.52218.1846.1132.75
Hex2D497A3F28034da2e21
Octal5511117277500643325641
Binary10110110010011111010111111101000011010011011010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,73,122); }

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

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

 a { background-color: rgb(45,73,122); }

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

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

 span { border-color: rgb(45,73,122); }

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