#36517F

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

Shades of Fun Blue #36517F

Tints of Fun Blue #36517F

Color information

#36517F (or 0x36517F) is unknown color: approx Fun Blue. HEX triplet: 36, 51 and 7F. RGB value is (54,81,127). Sum of RGB (Red+Green+Blue) = 54+81+127=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #36517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36517F is #C9AE80. Grayscale: #4D4D4D. Windows color (decimal): -13217409 or 8343862. OLE color: 8343862.

HSL color Cylindrical-coordinate representation of color #36517F: hue angle of 217.81º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36517F is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5481127-
CMYK0.570.3600.50
HSL217.81º40.33%35.49%-
HSV(B)217.81º57.48%49.8%-
XYZ8.298.221.22-
YUV78.17155.55110.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 127 (50% from 255) = 48.47%
R=20.61%
G=30.92%
B=48.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54811270.570.3600.50217.8140.3335.49
Hex36517F3924032da2823
Octal6612117771440623325043
Binary11011010100011111111111001100100011001011011010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36517F; }

 p { color: rgb(54,81,127); }

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

<style>
 a { background-color: #36517F; }

 a { background-color: rgb(54,81,127); }

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

<style>
 span { border-color: #36517F; }

 span { border-color: rgb(54,81,127); }

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