#385663

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

Shades of San Juan #385663

Tints of San Juan #385663

Color information

#385663 (or 0x385663) is unknown color: approx San Juan. HEX triplet: 38, 56 and 63. RGB value is (56,86,99). Sum of RGB (Red+Green+Blue) = 56+86+99=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #385663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385663 is #C7A99C. Grayscale: #4E4E4E. Windows color (decimal): -13085085 or 6510136. OLE color: 6510136.

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

Color convert

RGB568699-
CMYK0.430.1300.61
HSL198.14º27.74%30.39%-
HSV(B)198.14º43.43%38.82%-
XYZ7.218.413.05-
YUV78.51139.56111.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=23.24%
G=35.68%
B=41.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5686990.430.1300.61198.1427.7430.39
Hex3856632BD03Dc61c1e
Octal7012614353150753063436
Binary1110001010110110001110101111010111101110001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385663; }

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

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

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

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

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

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

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

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