#2F538B

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

Shades of Fun Blue #2F538B

Tints of Fun Blue #2F538B

Color information

#2F538B (or 0x2F538B) is unknown color: approx Fun Blue. HEX triplet: 2F, 53 and 8B. RGB value is (47,83,139). Sum of RGB (Red+Green+Blue) = 47+83+139=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F538B is #D0AC74. Grayscale: #4E4E4E. Windows color (decimal): -13675637 or 9130799. OLE color: 9130799.

HSL color Cylindrical-coordinate representation of color #2F538B: hue angle of 216.52º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F538B is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4783139-
CMYK0.660.4000.45
HSL216.52º49.46%36.47%-
HSV(B)216.52º66.19%54.51%-
XYZ8.938.6525.63-
YUV78.62162.07105.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.47%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=17.47%
G=30.86%
B=51.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47831390.660.4000.45216.5249.4636.47
Hex2F538B422802Dd93124
Octal57123213102500553316144
Binary1011111010011100010111000010101000010110111011001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,83,139); }

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

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

 a { background-color: rgb(47,83,139); }

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

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

 span { border-color: rgb(47,83,139); }

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