#364C75

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

Shades of Fun Blue #364C75

Tints of Fun Blue #364C75

Color information

#364C75 (or 0x364C75) is unknown color: approx Fun Blue. HEX triplet: 36, 4C and 75. RGB value is (54,76,117). Sum of RGB (Red+Green+Blue) = 54+76+117=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #364C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C75 is #C9B38A. Grayscale: #494949. Windows color (decimal): -13218699 or 7687222. OLE color: 7687222.

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

Color convert

RGB5476117-
CMYK0.540.3500.54
HSL219.05º36.84%33.53%-
HSV(B)219.05º53.85%45.88%-
XYZ7.327.2417.84-
YUV74.1152.21113.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=21.86%
G=30.77%
B=47.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54761170.540.3500.54219.0536.8433.53
Hex364C753623036db2522
Octal6611416566430663334542
Binary11011010011001110101110110100011011011011011011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,76,117); }

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

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

 a { background-color: rgb(54,76,117); }

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

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

 span { border-color: rgb(54,76,117); }

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