#385459

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

Shades of Casal #385459

Tints of Casal #385459

Color information

#385459 (or 0x385459) is unknown color: approx Casal. HEX triplet: 38, 54 and 59. RGB value is (56,84,89). Sum of RGB (Red+Green+Blue) = 56+84+89=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #385459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385459 is #C7ABA6. Grayscale: #4C4C4C. Windows color (decimal): -13085607 or 5854264. OLE color: 5854264.

HSL color Cylindrical-coordinate representation of color #385459: hue angle of 189.09º 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 #385459 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB568489-
CMYK0.370.0600.65
HSL189.09º22.76%28.43%-
HSV(B)189.09º37.08%34.9%-
XYZ6.67.910.63-
YUV76.2135.22113.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=24.45%
G=36.68%
B=38.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5684890.370.0600.65189.0922.7628.43
Hex385459256041bd171c
Octal7012413145601012752734
Binary1110001010100101100110010111001000001101111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385459; }

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

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

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

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

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

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

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

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