#375B63

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

Shades of Casal #375B63

Tints of Casal #375B63

Color information

#375B63 (or 0x375B63) is unknown color: approx Casal. HEX triplet: 37, 5B and 63. RGB value is (55,91,99). Sum of RGB (Red+Green+Blue) = 55+91+99=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #375B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B63 is #C8A49C. Grayscale: #515151. Windows color (decimal): -13149341 or 6511415. OLE color: 6511415.

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

Color convert

RGB559199-
CMYK0.440.0800.61
HSL190.91º28.57%30.2%-
HSV(B)190.91º44.44%38.82%-
XYZ7.579.213.18-
YUV81.15138.07109.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=22.45%
G=37.14%
B=40.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5591990.440.0800.61190.9128.5730.2
Hex375B632C803Dbf1d1e
Octal6713314354100752773536
Binary1101111011011110001110110010000111101101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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