#2F538D

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

Shades of Fun Blue #2F538D

Tints of Fun Blue #2F538D

Color information

#2F538D (or 0x2F538D) is unknown color: approx Fun Blue. HEX triplet: 2F, 53 and 8D. RGB value is (47,83,141). Sum of RGB (Red+Green+Blue) = 47+83+141=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F538D is #D0AC72. Grayscale: #4E4E4E. Windows color (decimal): -13675635 or 9261871. OLE color: 9261871.

HSL color Cylindrical-coordinate representation of color #2F538D: hue angle of 217.02º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F538D is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4783141-
CMYK0.670.4100.45
HSL217.02º50%36.86%-
HSV(B)217.02º66.67%55.29%-
XYZ9.078.7126.4-
YUV78.85163.07105.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.34%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=17.34%
G=30.63%
B=52.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47831410.670.4100.45217.025036.86
Hex2F538D432902Dd93225
Octal57123215103510553316245
Binary1011111010011100011011000011101001010110111011001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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