#385563

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

Shades of San Juan #385563

Tints of San Juan #385563

Color information

#385563 (or 0x385563) is unknown color: approx San Juan. HEX triplet: 38, 55 and 63. RGB value is (56,85,99). Sum of RGB (Red+Green+Blue) = 56+85+99=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #385563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385563 is #C7AA9C. Grayscale: #4D4D4D. Windows color (decimal): -13085341 or 6509880. OLE color: 6509880.

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

Color convert

RGB568599-
CMYK0.430.1400.61
HSL199.53º27.74%30.39%-
HSV(B)199.53º43.43%38.82%-
XYZ7.138.2413.02-
YUV77.92139.89112.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=23.33%
G=35.42%
B=41.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5685990.430.1400.61199.5327.7430.39
Hex3855632BE03Dc81c1e
Octal7012514353160753103436
Binary1110001010101110001110101111100111101110010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385563; }

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

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

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

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

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

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

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

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