#364D75

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

Shades of Fun Blue #364D75

Tints of Fun Blue #364D75

Color information

#364D75 (or 0x364D75) is unknown color: approx Fun Blue. HEX triplet: 36, 4D and 75. RGB value is (54,77,117). Sum of RGB (Red+Green+Blue) = 54+77+117=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #364D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D75 is #C9B28A. Grayscale: #4A4A4A. Windows color (decimal): -13218443 or 7687478. OLE color: 7687478.

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

Color convert

RGB5477117-
CMYK0.540.3400.54
HSL218.1º36.84%33.53%-
HSV(B)218.1º53.85%45.88%-
XYZ7.397.3817.86-
YUV74.68151.88113.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 77 (30.47% from 255) = 31.05%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=21.77%
G=31.05%
B=47.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54771170.540.3400.54218.136.8433.53
Hex364D753622036da2522
Octal6611516566420663324542
Binary11011010011011110101110110100010011011011011010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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