Html Css Color HEX #385563 San Juan

📋 copy color: '#385563'

red 56 ◦ green 85 ◦ blue 99

#385563
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Juan #385563

Tints of San Juan #385563

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 value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#385563 (or 0x385563) is known color: 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

RGB 56 85 99 -
CMYK 0.43 0.14 0 0.61
HSL 199.53º 0.28% 0.3% -
HSV(B) 199.53º 0.43% 0.39% -
XYZ 7.13 8.24 13.02 -
YUV 77.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 56 85 99 0.43 0.14 0 0.61 199.53 0.28 0.3
Hex 38 55 63 2B E 0 3D C8 1C 1E
Octal 70 125 143 53 16 0 75 310 34 36
Binary 111000 1010101 1100011 101011 1110 0 111101 11001000 11100 11110

Color Harmonies of #385563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385563

Black with #385563

Text Example


Text Example

White with #385563

Text Example


Text Example

HTML Codes & Css Web 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>