#375360

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

Shades of Casal #375360

Tints of Casal #375360

Color information

#375360 (or 0x375360) is unknown color: approx Casal. HEX triplet: 37, 53 and 60. RGB value is (55,83,96). Sum of RGB (Red+Green+Blue) = 55+83+96=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #375360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375360 is #C8AC9F. Grayscale: #4C4C4C. Windows color (decimal): -13151392 or 6312759. OLE color: 6312759.

HSL color Cylindrical-coordinate representation of color #375360: hue angle of 199.02º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #375360 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB558396-
CMYK0.430.1400.62
HSL199.02º27.15%29.61%-
HSV(B)199.02º42.71%37.65%-
XYZ6.787.8412.22-
YUV76.11139.22112.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=23.50%
G=35.47%
B=41.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5583960.430.1400.62199.0227.1529.61
Hex3753602BE03Ec71b1e
Octal6712314053160763073336
Binary1101111010011110000010101111100111110110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375360; }

 p { color: rgb(55,83,96); }

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

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

 a { background-color: rgb(55,83,96); }

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

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

 span { border-color: rgb(55,83,96); }

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