#364D7C

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

Shades of Fun Blue #364D7C

Tints of Fun Blue #364D7C

Color information

#364D7C (or 0x364D7C) is unknown color: approx Fun Blue. HEX triplet: 36, 4D and 7C. RGB value is (54,77,124). Sum of RGB (Red+Green+Blue) = 54+77+124=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #364D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D7C is #C9B283. Grayscale: #4B4B4B. Windows color (decimal): -13218436 or 8146230. OLE color: 8146230.

HSL color Cylindrical-coordinate representation of color #364D7C: hue angle of 220.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #364D7C is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5477124-
CMYK0.560.3800.51
HSL220.29º39.33%34.9%-
HSV(B)220.29º56.45%48.63%-
XYZ7.817.5520.11-
YUV75.48155.38112.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=21.18%
G=30.20%
B=48.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54771240.560.3800.51220.2939.3334.9
Hex364D7C3826033dc2723
Octal6611517470460633344743
Binary11011010011011111100111000100110011001111011100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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