#375862

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

Shades of Casal #375862

Tints of Casal #375862

Color information

#375862 (or 0x375862) is unknown color: approx Casal. HEX triplet: 37, 58 and 62. RGB value is (55,88,98). Sum of RGB (Red+Green+Blue) = 55+88+98=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #375862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375862 is #C8A79D. Grayscale: #4F4F4F. Windows color (decimal): -13150110 or 6445111. OLE color: 6445111.

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

Color convert

RGB558898-
CMYK0.440.1000.62
HSL193.95º28.1%30%-
HSV(B)193.95º43.88%38.43%-
XYZ7.278.6712.85-
YUV79.27138.57110.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=22.82%
G=36.51%
B=40.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5588980.440.1000.62193.9528.130
Hex3758622CA03Ec21c1e
Octal6713014254120763023436
Binary1101111011000110001010110010100111110110000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375862; }

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

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

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

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

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

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

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

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