#2B4975

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

Shades of Fun Blue #2B4975

Tints of Fun Blue #2B4975

Color information

#2B4975 (or 0x2B4975) is unknown color: approx Fun Blue. HEX triplet: 2B, 49 and 75. RGB value is (43,73,117). Sum of RGB (Red+Green+Blue) = 43+73+117=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B4975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4975 is #D4B68A. Grayscale: #444444. Windows color (decimal): -13940363 or 7686443. OLE color: 7686443.

HSL color Cylindrical-coordinate representation of color #2B4975: hue angle of 215.68º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B4975 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4373117-
CMYK0.630.3800.54
HSL215.68º46.25%31.37%-
HSV(B)215.68º63.25%45.88%-
XYZ6.596.5617.75-
YUV69.05155.06109.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.45%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=18.45%
G=31.33%
B=50.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43731170.630.3800.54215.6846.2531.37
Hex2B49753F26036d82e1f
Octal5311116577460663305637
Binary1010111001001111010111111110011001101101101100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,73,117); }

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

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

 a { background-color: rgb(43,73,117); }

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

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

 span { border-color: rgb(43,73,117); }

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