#364D62

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

Shades of Cello #364D62

Tints of Cello #364D62

Color information

#364D62 (or 0x364D62) is unknown color: approx Cello. HEX triplet: 36, 4D and 62. RGB value is (54,77,98). Sum of RGB (Red+Green+Blue) = 54+77+98=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #364D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D62 is #C9B29D. Grayscale: #484848. Windows color (decimal): -13218462 or 6442294. OLE color: 6442294.

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

Color convert

RGB547798-
CMYK0.450.2100.62
HSL208.64º28.95%29.8%-
HSV(B)208.64º44.9%38.43%-
XYZ6.386.9712.57-
YUV72.52142.38114.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=23.58%
G=33.62%
B=42.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5477980.450.2100.62208.6428.9529.8
Hex364D622D1503Ed11d1e
Octal6611514255250763213536
Binary11011010011011100010101101101010111110110100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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