#365B62

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

Shades of Casal #365B62

Tints of Casal #365B62

Color information

#365B62 (or 0x365B62) is unknown color: approx Casal. HEX triplet: 36, 5B and 62. RGB value is (54,91,98). Sum of RGB (Red+Green+Blue) = 54+91+98=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #365B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B62 is #C9A49D. Grayscale: #505050. Windows color (decimal): -13214878 or 6445878. OLE color: 6445878.

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

Color convert

RGB549198-
CMYK0.450.0700.62
HSL189.55º28.95%29.8%-
HSV(B)189.55º44.9%38.43%-
XYZ7.479.1512.93-
YUV80.73137.74108.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=22.22%
G=37.45%
B=40.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5491980.450.0700.62189.5528.9529.8
Hex365B622D703Ebe1d1e
Octal661331425570762763536
Binary110110101101111000101011011110111110101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365B62; }

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

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

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

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

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

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

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

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