#365863

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

Shades of Casal #365863

Tints of Casal #365863

Color information

#365863 (or 0x365863) is unknown color: approx Casal. HEX triplet: 36, 58 and 63. RGB value is (54,88,99). Sum of RGB (Red+Green+Blue) = 54+88+99=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #365863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365863 is #C9A79C. Grayscale: #4F4F4F. Windows color (decimal): -13215645 or 6510646. OLE color: 6510646.

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

Color convert

RGB548899-
CMYK0.450.1100.61
HSL194.67º29.41%30%-
HSV(B)194.67º45.45%38.82%-
XYZ7.268.6613.09-
YUV79.09139.24110.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=22.41%
G=36.51%
B=41.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5488990.450.1100.61194.6729.4130
Hex3658632DB03Dc31d1e
Octal6613014355130753033536
Binary1101101011000110001110110110110111101110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365863; }

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

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

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

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

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

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

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

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