#375259

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

Shades of Casal #375259

Tints of Casal #375259

Color information

#375259 (or 0x375259) is unknown color: approx Casal. HEX triplet: 37, 52 and 59. RGB value is (55,82,89). Sum of RGB (Red+Green+Blue) = 55+82+89=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #375259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375259 is #C8ADA6. Grayscale: #4A4A4A. Windows color (decimal): -13151655 or 5853751. OLE color: 5853751.

HSL color Cylindrical-coordinate representation of color #375259: hue angle of 192.35º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375259 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB558289-
CMYK0.380.0800.65
HSL192.35º23.61%28.24%-
HSV(B)192.35º38.2%34.9%-
XYZ6.47.5710.57-
YUV74.73136.05113.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=24.34%
G=36.28%
B=39.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5582890.380.0800.65192.3523.6128.24
Hex375259268041c0181c
Octal67122131461001013003034
Binary11011110100101011001100110100001000001110000001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375259; }

 p { color: rgb(55,82,89); }

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

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

 a { background-color: rgb(55,82,89); }

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

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

 span { border-color: rgb(55,82,89); }

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