#364D7F

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

Shades of Fun Blue #364D7F

Tints of Fun Blue #364D7F

Color information

#364D7F (or 0x364D7F) is unknown color: approx Fun Blue. HEX triplet: 36, 4D and 7F. RGB value is (54,77,127). Sum of RGB (Red+Green+Blue) = 54+77+127=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #364D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D7F is #C9B280. Grayscale: #4B4B4B. Windows color (decimal): -13218433 or 8342838. OLE color: 8342838.

HSL color Cylindrical-coordinate representation of color #364D7F: hue angle of 221.1º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #364D7F is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5477127-
CMYK0.570.3900.50
HSL221.1º40.33%35.49%-
HSV(B)221.1º57.48%49.8%-
XYZ8.017.6221.13-
YUV75.82156.88112.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 127 (50% from 255) = 49.22%
R=20.93%
G=29.84%
B=49.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54771270.570.3900.50221.140.3335.49
Hex364D7F3927032dd2823
Octal6611517771470623355043
Binary11011010011011111111111001100111011001011011101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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