#385665

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

Shades of San Juan #385665

Tints of San Juan #385665

Color information

#385665 (or 0x385665) is unknown color: approx San Juan. HEX triplet: 38, 56 and 65. RGB value is (56,86,101). Sum of RGB (Red+Green+Blue) = 56+86+101=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #385665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385665 is #C7A99A. Grayscale: #4E4E4E. Windows color (decimal): -13085083 or 6641208. OLE color: 6641208.

HSL color Cylindrical-coordinate representation of color #385665: hue angle of 200º 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 #385665 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5686101-
CMYK0.450.1500.60
HSL200º28.66%30.78%-
HSV(B)200º44.55%39.61%-
XYZ7.318.4413.56-
YUV78.74140.56111.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=23.05%
G=35.39%
B=41.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56861010.450.1500.6020028.6630.78
Hex3856652DF03Cc81d1f
Octal7012614555170743103537
Binary1110001010110110010110110111110111100110010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385665; }

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

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

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

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

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

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

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

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