#2D4874

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

Shades of Fun Blue #2D4874

Tints of Fun Blue #2D4874

Color information

#2D4874 (or 0x2D4874) is unknown color: approx Fun Blue. HEX triplet: 2D, 48 and 74. RGB value is (45,72,116). Sum of RGB (Red+Green+Blue) = 45+72+116=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D4874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4874 is #D2B78B. Grayscale: #444444. Windows color (decimal): -13809548 or 7620653. OLE color: 7620653.

HSL color Cylindrical-coordinate representation of color #2D4874: hue angle of 217.18º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D4874 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4572116-
CMYK0.610.3800.55
HSL217.18º44.1%31.57%-
HSV(B)217.18º61.21%45.49%-
XYZ6.556.4517.42-
YUV68.94154.55110.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=19.31%
G=30.90%
B=49.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45721160.610.3800.55217.1844.131.57
Hex2D48743D26037d92c20
Octal5511016475460673315440
Binary10110110010001110100111101100110011011111011001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,72,116); }

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

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

 a { background-color: rgb(45,72,116); }

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

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

 span { border-color: rgb(45,72,116); }

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