#364F63

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

Shades of Cello #364F63

Tints of Cello #364F63

Color information

#364F63 (or 0x364F63) is unknown color: approx Cello. HEX triplet: 36, 4F and 63. RGB value is (54,79,99). Sum of RGB (Red+Green+Blue) = 54+79+99=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #364F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F63 is #C9B09C. Grayscale: #494949. Windows color (decimal): -13217949 or 6508342. OLE color: 6508342.

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

Color convert

RGB547999-
CMYK0.450.2000.61
HSL206.67º29.41%30%-
HSV(B)206.67º45.45%38.82%-
XYZ6.577.2812.86-
YUV73.8142.22113.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=23.28%
G=34.05%
B=42.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5479990.450.2000.61206.6729.4130
Hex364F632D1403Dcf1d1e
Octal6611714355240753173536
Binary11011010011111100011101101101000111101110011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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