#364F76

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

Shades of Fun Blue #364F76

Tints of Fun Blue #364F76

Color information

#364F76 (or 0x364F76) is unknown color: approx Fun Blue. HEX triplet: 36, 4F and 76. RGB value is (54,79,118). Sum of RGB (Red+Green+Blue) = 54+79+118=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #364F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F76 is #C9B089. Grayscale: #4B4B4B. Windows color (decimal): -13217930 or 7753526. OLE color: 7753526.

HSL color Cylindrical-coordinate representation of color #364F76: hue angle of 216.56º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #364F76 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5479118-
CMYK0.540.3300.54
HSL216.56º37.21%33.73%-
HSV(B)216.56º54.24%46.27%-
XYZ7.597.6818.22-
YUV75.97151.72112.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=21.51%
G=31.47%
B=47.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54791180.540.3300.54216.5637.2133.73
Hex364F763621036d92522
Octal6611716666410663314542
Binary11011010011111110110110110100001011011011011001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,79,118); }

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

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

 a { background-color: rgb(54,79,118); }

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

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

 span { border-color: rgb(54,79,118); }

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