#375E63

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

Shades of Casal #375E63

Tints of Casal #375E63

Color information

#375E63 (or 0x375E63) is unknown color: approx Casal. HEX triplet: 37, 5E and 63. RGB value is (55,94,99). Sum of RGB (Red+Green+Blue) = 55+94+99=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #375E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E63 is #C8A19C. Grayscale: #525252. Windows color (decimal): -13148573 or 6512183. OLE color: 6512183.

HSL color Cylindrical-coordinate representation of color #375E63: hue angle of 186.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375E63 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB559499-
CMYK0.440.0500.61
HSL186.82º28.57%30.2%-
HSV(B)186.82º44.44%38.82%-
XYZ7.839.7213.27-
YUV82.91137.08108.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.18%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=22.18%
G=37.90%
B=39.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5594990.440.0500.61186.8228.5730.2
Hex375E632C503Dbb1d1e
Octal671361435450752733536
Binary110111101111011000111011001010111101101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375E63; }

 p { color: rgb(55,94,99); }

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

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

 a { background-color: rgb(55,94,99); }

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

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

 span { border-color: rgb(55,94,99); }

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