#375C63

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

Shades of Casal #375C63

Tints of Casal #375C63

Color information

#375C63 (or 0x375C63) is unknown color: approx Casal. HEX triplet: 37, 5C and 63. RGB value is (55,92,99). Sum of RGB (Red+Green+Blue) = 55+92+99=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #375C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C63 is #C8A39C. Grayscale: #515151. Windows color (decimal): -13149085 or 6511671. OLE color: 6511671.

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

Color convert

RGB559299-
CMYK0.440.0700.61
HSL189.55º28.57%30.2%-
HSV(B)189.55º44.44%38.82%-
XYZ7.659.3713.21-
YUV81.74137.74108.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=22.36%
G=37.40%
B=40.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5592990.440.0700.61189.5528.5730.2
Hex375C632C703Dbe1d1e
Octal671341435470752763536
Binary110111101110011000111011001110111101101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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