#364E7F

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

Shades of Fun Blue #364E7F

Tints of Fun Blue #364E7F

Color information

#364E7F (or 0x364E7F) is unknown color: approx Fun Blue. HEX triplet: 36, 4E and 7F. RGB value is (54,78,127). Sum of RGB (Red+Green+Blue) = 54+78+127=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #364E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E7F is #C9B180. Grayscale: #4C4C4C. Windows color (decimal): -13218177 or 8343094. OLE color: 8343094.

HSL color Cylindrical-coordinate representation of color #364E7F: hue angle of 220.27º 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 #364E7F is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5478127-
CMYK0.570.3900.50
HSL220.27º40.33%35.49%-
HSV(B)220.27º57.48%49.8%-
XYZ8.087.7721.15-
YUV76.41156.55112.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 127 (50% from 255) = 49.03%
R=20.85%
G=30.12%
B=49.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54781270.570.3900.50220.2740.3335.49
Hex364E7F3927032dc2823
Octal6611617771470623345043
Binary11011010011101111111111001100111011001011011100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364E7F; }

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

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

<style>
 a { background-color: #364E7F; }

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

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

<style>
 span { border-color: #364E7F; }

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

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