#364B76

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

Shades of Fun Blue #364B76

Tints of Fun Blue #364B76

Color information

#364B76 (or 0x364B76) is unknown color: approx Fun Blue. HEX triplet: 36, 4B and 76. RGB value is (54,75,118). Sum of RGB (Red+Green+Blue) = 54+75+118=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #364B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B76 is #C9B489. Grayscale: #494949. Windows color (decimal): -13218954 or 7752502. OLE color: 7752502.

HSL color Cylindrical-coordinate representation of color #364B76: hue angle of 220.31º 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 #364B76 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5475118-
CMYK0.540.3600.54
HSL220.31º37.21%33.73%-
HSV(B)220.31º54.24%46.27%-
XYZ7.317.1218.13-
YUV73.62153.04114-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=21.86%
G=30.36%
B=47.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54751180.540.3600.54220.3137.2133.73
Hex364B763624036dc2522
Octal6611316666440663344542
Binary11011010010111110110110110100100011011011011100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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