#364B5E

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

Shades of Cello #364B5E

Tints of Cello #364B5E

Color information

#364B5E (or 0x364B5E) is unknown color: approx Cello. HEX triplet: 36, 4B and 5E. RGB value is (54,75,94). Sum of RGB (Red+Green+Blue) = 54+75+94=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #364B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B5E is #C9B4A1. Grayscale: #464646. Windows color (decimal): -13218978 or 6179638. OLE color: 6179638.

HSL color Cylindrical-coordinate representation of color #364B5E: hue angle of 208.5º degrees, saturation: 0.27, 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 #364B5E is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB547594-
CMYK0.430.2000.63
HSL208.5º27.03%29.02%-
HSV(B)208.5º42.55%36.86%-
XYZ6.066.6211.55-
YUV70.89141.04115.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=24.22%
G=33.63%
B=42.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5475940.430.2000.63208.527.0329.02
Hex364B5E2B1403Fd01b1d
Octal6611313653240773203335
Binary11011010010111011110101011101000111111110100001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,75,94); }

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

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

 a { background-color: rgb(54,75,94); }

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

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

 span { border-color: rgb(54,75,94); }

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