#2D4B78

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

Shades of Fun Blue #2D4B78

Tints of Fun Blue #2D4B78

Color information

#2D4B78 (or 0x2D4B78) is unknown color: approx Fun Blue. HEX triplet: 2D, 4B and 78. RGB value is (45,75,120). Sum of RGB (Red+Green+Blue) = 45+75+120=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D4B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4B78 is #D2B487. Grayscale: #464646. Windows color (decimal): -13808776 or 7883565. OLE color: 7883565.

HSL color Cylindrical-coordinate representation of color #2D4B78: hue angle of 216º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D4B78 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4575120-
CMYK0.630.3700.53
HSL216º45.45%32.35%-
HSV(B)216º62.5%47.06%-
XYZ6.996.9518.74-
YUV71.16155.56109.34-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.75%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 120 (47.27% from 255) = 50%
R=18.75%
G=31.25%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45751200.630.3700.5321645.4532.35
Hex2D4B783F25035d82d20
Octal5511317077450653305540
Binary10110110010111111000111111100101011010111011000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,75,120); }

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

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

 a { background-color: rgb(45,75,120); }

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

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

 span { border-color: rgb(45,75,120); }

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