#364F78

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

Shades of Fun Blue #364F78

Tints of Fun Blue #364F78

Color information

#364F78 (or 0x364F78) is unknown color: approx Fun Blue. HEX triplet: 36, 4F and 78. RGB value is (54,79,120). Sum of RGB (Red+Green+Blue) = 54+79+120=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #364F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F78 is #C9B087. Grayscale: #4C4C4C. Windows color (decimal): -13217928 or 7884598. OLE color: 7884598.

HSL color Cylindrical-coordinate representation of color #364F78: hue angle of 217.27º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #364F78 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5479120-
CMYK0.550.3400.53
HSL217.27º37.93%34.12%-
HSV(B)217.27º55%47.06%-
XYZ7.717.7318.86-
YUV76.2152.72112.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=21.34%
G=31.23%
B=47.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54791200.550.3400.53217.2737.9334.12
Hex364F783722035d92622
Octal6611717067420653314642
Binary11011010011111111000110111100010011010111011001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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