#364B63

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

Shades of Cello #364B63

Tints of Cello #364B63

Color information

#364B63 (or 0x364B63) is unknown color: approx Cello. HEX triplet: 36, 4B and 63. RGB value is (54,75,99). Sum of RGB (Red+Green+Blue) = 54+75+99=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #364B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B63 is #C9B49C. Grayscale: #474747. Windows color (decimal): -13218973 or 6507318. OLE color: 6507318.

HSL color Cylindrical-coordinate representation of color #364B63: hue angle of 212º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #364B63 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB547599-
CMYK0.450.2400.61
HSL212º29.41%30%-
HSV(B)212º45.45%38.82%-
XYZ6.296.7212.77-
YUV71.46143.54115.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=23.68%
G=32.89%
B=43.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5475990.450.2400.6121229.4130
Hex364B632D1803Dd41d1e
Octal6611314355300753243536
Binary11011010010111100011101101110000111101110101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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