#38595E

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

Shades of Casal #38595E

Tints of Casal #38595E

Color information

#38595E (or 0x38595E) is unknown color: approx Casal. HEX triplet: 38, 59 and 5E. RGB value is (56,89,94). Sum of RGB (Red+Green+Blue) = 56+89+94=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #38595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38595E is #C7A6A1. Grayscale: #4F4F4F. Windows color (decimal): -13084322 or 6183224. OLE color: 6183224.

HSL color Cylindrical-coordinate representation of color #38595E: hue angle of 187.89º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38595E is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB568994-
CMYK0.400.0500.63
HSL187.89º25.33%29.41%-
HSV(B)187.89º40.43%36.86%-
XYZ7.228.7911.91-
YUV79.7136.07111.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=23.43%
G=37.24%
B=39.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5689940.400.0500.63187.8925.3329.41
Hex38595E28503Fbc191d
Octal701311365050772743135
Binary111000101100110111101010001010111111101111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38595E; }

 p { color: rgb(56,89,94); }

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

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

 a { background-color: rgb(56,89,94); }

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

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

 span { border-color: rgb(56,89,94); }

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