#385763

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

Shades of Casal #385763

Tints of Casal #385763

Color information

#385763 (or 0x385763) is unknown color: approx Casal. HEX triplet: 38, 57 and 63. RGB value is (56,87,99). Sum of RGB (Red+Green+Blue) = 56+87+99=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #385763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385763 is #C7A89C. Grayscale: #4F4F4F. Windows color (decimal): -13084829 or 6510392. OLE color: 6510392.

HSL color Cylindrical-coordinate representation of color #385763: hue angle of 196.74º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385763 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB568799-
CMYK0.430.1200.61
HSL196.74º27.74%30.39%-
HSV(B)196.74º43.43%38.82%-
XYZ7.298.5613.07-
YUV79.1139.23111.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 99 (39.06% from 255) = 40.91%
R=23.14%
G=35.95%
B=40.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5687990.430.1200.61196.7427.7430.39
Hex3857632BC03Dc51c1e
Octal7012714353140753053436
Binary1110001010111110001110101111000111101110001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385763; }

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

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

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

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

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

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

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

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