#364A62

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

Shades of Cello #364A62

Tints of Cello #364A62

Color information

#364A62 (or 0x364A62) is unknown color: approx Cello. HEX triplet: 36, 4A and 62. RGB value is (54,74,98). Sum of RGB (Red+Green+Blue) = 54+74+98=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #364A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A62 is #C9B59D. Grayscale: #464646. Windows color (decimal): -13219230 or 6441526. OLE color: 6441526.

HSL color Cylindrical-coordinate representation of color #364A62: hue angle of 212.73º 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 #364A62 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB547498-
CMYK0.450.2400.62
HSL212.73º28.95%29.8%-
HSV(B)212.73º44.9%38.43%-
XYZ6.176.5612.5-
YUV70.76143.37116.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=23.89%
G=32.74%
B=43.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5474980.450.2400.62212.7328.9529.8
Hex364A622D1803Ed51d1e
Octal6611214255300763253536
Binary11011010010101100010101101110000111110110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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