#385762

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

Shades of Casal #385762

Tints of Casal #385762

Color information

#385762 (or 0x385762) is unknown color: approx Casal. HEX triplet: 38, 57 and 62. RGB value is (56,87,98). Sum of RGB (Red+Green+Blue) = 56+87+98=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #385762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385762 is #C7A89D. Grayscale: #4E4E4E. Windows color (decimal): -13084830 or 6444856. OLE color: 6444856.

HSL color Cylindrical-coordinate representation of color #385762: hue angle of 195.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385762 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB568798-
CMYK0.430.1100.62
HSL195.71º27.27%30.2%-
HSV(B)195.71º42.86%38.43%-
XYZ7.248.5412.82-
YUV78.98138.73111.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=23.24%
G=36.10%
B=40.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5687980.430.1100.62195.7127.2730.2
Hex3857622BB03Ec41b1e
Octal7012714253130763043336
Binary1110001010111110001010101110110111110110001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385762; }

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

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

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

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

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

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

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

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