#375562

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

Shades of Casal #375562

Tints of Casal #375562

Color information

#375562 (or 0x375562) is unknown color: approx Casal. HEX triplet: 37, 55 and 62. RGB value is (55,85,98). Sum of RGB (Red+Green+Blue) = 55+85+98=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #375562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375562 is #C8AA9D. Grayscale: #4D4D4D. Windows color (decimal): -13150878 or 6444343. OLE color: 6444343.

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

Color convert

RGB558598-
CMYK0.440.1300.62
HSL198.14º28.1%30%-
HSV(B)198.14º43.88%38.43%-
XYZ7.038.1912.77-
YUV77.51139.56111.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=23.11%
G=35.71%
B=41.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5585980.440.1300.62198.1428.130
Hex3755622CD03Ec61c1e
Octal6712514254150763063436
Binary1101111010101110001010110011010111110110001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375562; }

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

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

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

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

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

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

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

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