#364A5F

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

Shades of Cello #364A5F

Tints of Cello #364A5F

Color information

#364A5F (or 0x364A5F) is unknown color: approx Cello. HEX triplet: 36, 4A and 5F. RGB value is (54,74,95). Sum of RGB (Red+Green+Blue) = 54+74+95=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #364A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A5F is #C9B5A0. Grayscale: #464646. Windows color (decimal): -13219233 or 6244918. OLE color: 6244918.

HSL color Cylindrical-coordinate representation of color #364A5F: hue angle of 210.73º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #364A5F is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB547495-
CMYK0.430.2200.63
HSL210.73º27.52%29.22%-
HSV(B)210.73º43.16%37.25%-
XYZ6.046.5111.76-
YUV70.41141.87116.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=24.22%
G=33.18%
B=42.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5474950.430.2200.63210.7327.5229.22
Hex364A5F2B1603Fd31c1d
Octal6611213753260773233435
Binary11011010010101011111101011101100111111110100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,74,95); }

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

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

 a { background-color: rgb(54,74,95); }

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

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

 span { border-color: rgb(54,74,95); }

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