#375B62

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

Shades of Casal #375B62

Tints of Casal #375B62

Color information

#375B62 (or 0x375B62) is unknown color: approx Casal. HEX triplet: 37, 5B and 62. RGB value is (55,91,98). Sum of RGB (Red+Green+Blue) = 55+91+98=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #375B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B62 is #C8A49D. Grayscale: #505050. Windows color (decimal): -13149342 or 6445879. OLE color: 6445879.

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

Color convert

RGB559198-
CMYK0.440.0700.62
HSL189.77º28.1%30%-
HSV(B)189.77º43.88%38.43%-
XYZ7.529.1812.93-
YUV81.03137.57109.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=22.54%
G=37.30%
B=40.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5591980.440.0700.62189.7728.130
Hex375B622C703Ebe1c1e
Octal671331425470762763436
Binary110111101101111000101011001110111110101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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