#365663

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

Shades of Casal #365663

Tints of Casal #365663

Color information

#365663 (or 0x365663) is unknown color: approx Casal. HEX triplet: 36, 56 and 63. RGB value is (54,86,99). Sum of RGB (Red+Green+Blue) = 54+86+99=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #365663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365663 is #C9A99C. Grayscale: #4D4D4D. Windows color (decimal): -13216157 or 6510134. OLE color: 6510134.

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

Color convert

RGB548699-
CMYK0.450.1300.61
HSL197.33º29.41%30%-
HSV(B)197.33º45.45%38.82%-
XYZ7.18.3413.04-
YUV77.91139.9110.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=22.59%
G=35.98%
B=41.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5486990.450.1300.61197.3329.4130
Hex3656632DD03Dc51d1e
Octal6612614355150753053536
Binary1101101010110110001110110111010111101110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365663; }

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

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

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

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

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

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

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

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