#385259

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

Shades of Casal #385259

Tints of Casal #385259

Color information

#385259 (or 0x385259) is unknown color: approx Casal. HEX triplet: 38, 52 and 59. RGB value is (56,82,89). Sum of RGB (Red+Green+Blue) = 56+82+89=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #385259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385259 is #C7ADA6. Grayscale: #4A4A4A. Windows color (decimal): -13086119 or 5853752. OLE color: 5853752.

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

Color convert

RGB568289-
CMYK0.370.0800.65
HSL192.73º22.76%28.43%-
HSV(B)192.73º37.08%34.9%-
XYZ6.457.610.58-
YUV75.02135.89114.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=24.67%
G=36.12%
B=39.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5682890.370.0800.65192.7322.7628.43
Hex385259258041c1171c
Octal70122131451001013012734
Binary11100010100101011001100101100001000001110000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385259; }

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

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

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

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

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

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

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

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