#385966

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

Shades of San Juan #385966

Tints of San Juan #385966

Color information

#385966 (or 0x385966) is unknown color: approx San Juan. HEX triplet: 38, 59 and 66. RGB value is (56,89,102). Sum of RGB (Red+Green+Blue) = 56+89+102=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #385966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385966 is #C7A699. Grayscale: #505050. Windows color (decimal): -13084314 or 6707512. OLE color: 6707512.

HSL color Cylindrical-coordinate representation of color #385966: hue angle of 196.96º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #385966 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5689102-
CMYK0.450.1300.6
HSL196.96º29.11%30.98%-
HSV(B)196.96º45.1%40%-
XYZ7.68.9413.9-
YUV80.61140.07110.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 89 (35.16% from 255) = 36.03%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=22.67%
G=36.03%
B=41.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56891020.450.1300.6196.9629.1130.98
Hex3859662DD03Cc51d1f
Octal7013114655150743053537
Binary1110001011001110011010110111010111100110001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385966; }

 p { color: rgb(56,89,102); }

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

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

 a { background-color: rgb(56,89,102); }

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

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

 span { border-color: rgb(56,89,102); }

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