#2C4B7D

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

Shades of Fun Blue #2C4B7D

Tints of Fun Blue #2C4B7D

Color information

#2C4B7D (or 0x2C4B7D) is unknown color: approx Fun Blue. HEX triplet: 2C, 4B and 7D. RGB value is (44,75,125). Sum of RGB (Red+Green+Blue) = 44+75+125=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C4B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4B7D is #D3B482. Grayscale: #474747. Windows color (decimal): -13874307 or 8211244. OLE color: 8211244.

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

Color convert

RGB4475125-
CMYK0.650.4000.51
HSL217.04º47.93%33.14%-
HSV(B)217.04º64.8%49.02%-
XYZ7.267.0520.38-
YUV71.43158.23108.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.03%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 125 (49.22% from 255) = 51.23%
R=18.03%
G=30.74%
B=51.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44751250.650.4000.51217.0447.9333.14
Hex2C4B7D4128033d93021
Octal54113175101500633316041
Binary101100100101111111011000001101000011001111011001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,75,125); }

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

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

 a { background-color: rgb(44,75,125); }

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

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

 span { border-color: rgb(44,75,125); }

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