#364F75

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

Shades of Fun Blue #364F75

Tints of Fun Blue #364F75

Color information

#364F75 (or 0x364F75) is unknown color: approx Fun Blue. HEX triplet: 36, 4F and 75. RGB value is (54,79,117). Sum of RGB (Red+Green+Blue) = 54+79+117=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #364F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F75 is #C9B08A. Grayscale: #4B4B4B. Windows color (decimal): -13217931 or 7687990. OLE color: 7687990.

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

Color convert

RGB5479117-
CMYK0.540.3200.54
HSL216.19º36.84%33.53%-
HSV(B)216.19º53.85%45.88%-
XYZ7.537.6617.91-
YUV75.86151.22112.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=21.6%
G=31.6%
B=46.8%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54791170.540.3200.54216.1936.8433.53
Hex364F753620036d82522
Octal6611716566400663304542
Binary11011010011111110101110110100000011011011011000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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