#365761

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

Shades of Casal #365761

Tints of Casal #365761

Color information

#365761 (or 0x365761) is unknown color: approx Casal. HEX triplet: 36, 57 and 61. RGB value is (54,87,97). Sum of RGB (Red+Green+Blue) = 54+87+97=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #365761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365761 is #C9A89E. Grayscale: #4E4E4E. Windows color (decimal): -13215903 or 6379318. OLE color: 6379318.

HSL color Cylindrical-coordinate representation of color #365761: hue angle of 193.95º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365761 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB548797-
CMYK0.440.1000.62
HSL193.95º28.48%29.61%-
HSV(B)193.95º44.33%38.04%-
XYZ7.098.4612.57-
YUV78.27138.57110.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=22.69%
G=36.55%
B=40.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5487970.440.1000.62193.9528.4829.61
Hex3657612CA03Ec21c1e
Octal6612714154120763023436
Binary1101101010111110000110110010100111110110000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365761; }

 p { color: rgb(54,87,97); }

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

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

 a { background-color: rgb(54,87,97); }

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

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

 span { border-color: rgb(54,87,97); }

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