#385863

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

Shades of Casal #385863

Tints of Casal #385863

Color information

#385863 (or 0x385863) is unknown color: approx Casal. HEX triplet: 38, 58 and 63. RGB value is (56,88,99). Sum of RGB (Red+Green+Blue) = 56+88+99=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #385863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385863 is #C7A79C. Grayscale: #4F4F4F. Windows color (decimal): -13084573 or 6510648. OLE color: 6510648.

HSL color Cylindrical-coordinate representation of color #385863: hue angle of 195.35º 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 #385863 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB568899-
CMYK0.430.1100.61
HSL195.35º27.74%30.39%-
HSV(B)195.35º43.43%38.82%-
XYZ7.378.7213.1-
YUV79.69138.9111.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=23.05%
G=36.21%
B=40.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5688990.430.1100.61195.3527.7430.39
Hex3858632BB03Dc31c1e
Octal7013014353130753033436
Binary1110001011000110001110101110110111101110000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385863; }

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

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

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

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

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

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

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

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