#38545E

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

Shades of Casal #38545E

Tints of Casal #38545E

Color information

#38545E (or 0x38545E) is unknown color: approx Casal. HEX triplet: 38, 54 and 5E. RGB value is (56,84,94). Sum of RGB (Red+Green+Blue) = 56+84+94=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #38545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38545E is #C7ABA1. Grayscale: #4C4C4C. Windows color (decimal): -13085602 or 6181944. OLE color: 6181944.

HSL color Cylindrical-coordinate representation of color #38545E: hue angle of 195.79º 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 #38545E is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB568494-
CMYK0.400.1100.63
HSL195.79º25.33%29.41%-
HSV(B)195.79º40.43%36.86%-
XYZ6.827.9911.77-
YUV76.77137.72113.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=23.93%
G=35.90%
B=40.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5684940.400.1100.63195.7925.3329.41
Hex38545E28B03Fc4191d
Octal7012413650130773043135
Binary1110001010100101111010100010110111111110001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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