#385357

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

Shades of Casal #385357

Tints of Casal #385357

Color information

#385357 (or 0x385357) is unknown color: approx Casal. HEX triplet: 38, 53 and 57. RGB value is (56,83,87). Sum of RGB (Red+Green+Blue) = 56+83+87=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #385357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385357 is #C7ACA8. Grayscale: #4B4B4B. Windows color (decimal): -13085865 or 5722936. OLE color: 5722936.

HSL color Cylindrical-coordinate representation of color #385357: hue angle of 187.74º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385357 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB568387-
CMYK0.360.0500.66
HSL187.74º21.68%28.04%-
HSV(B)187.74º35.63%34.12%-
XYZ6.447.7210.17-
YUV75.38134.55114.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=24.78%
G=36.73%
B=38.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5683870.360.0500.66187.7421.6828.04
Hex385357245042bc161c
Octal7012312744501022742634
Binary1110001010011101011110010010101000010101111001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385357; }

 p { color: rgb(56,83,87); }

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

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

 a { background-color: rgb(56,83,87); }

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

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

 span { border-color: rgb(56,83,87); }

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