#375A62

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

Shades of Casal #375A62

Tints of Casal #375A62

Color information

#375A62 (or 0x375A62) is unknown color: approx Casal. HEX triplet: 37, 5A and 62. RGB value is (55,90,98). Sum of RGB (Red+Green+Blue) = 55+90+98=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 90 (35.55% from 255 or 37.04% 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 #375A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A62 is #C8A59D. Grayscale: #505050. Windows color (decimal): -13149598 or 6445623. OLE color: 6445623.

HSL color Cylindrical-coordinate representation of color #375A62: hue angle of 191.16º 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 #375A62 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB559098-
CMYK0.440.0800.62
HSL191.16º28.1%30%-
HSV(B)191.16º43.88%38.43%-
XYZ7.449.0112.9-
YUV80.45137.9109.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=22.63%
G=37.04%
B=40.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5590980.440.0800.62191.1628.130
Hex375A622C803Ebf1c1e
Octal6713214254100762773436
Binary1101111011010110001010110010000111110101111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,90,98); }

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

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

 a { background-color: rgb(55,90,98); }

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

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

 span { border-color: rgb(55,90,98); }

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