Html Css Color HEX #385565 San Juan

📋 copy color: '#385565'

red 56 ◦ green 85 ◦ blue 101

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

Shades of San Juan #385565

Tints of San Juan #385565

RGB

 RED value IS 56 (22.27% from 255) = 23.14%

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 23.14%
G = 35.12%
B = 41.74%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#385565 (or 0x385565) is known color: San Juan. HEX triplet: 38, 55 and 65. RGB value is (56,85,101). Sum of RGB (Red+Green+Blue) = 56+85+101=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #385565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385565 is #C7AA9A. Grayscale: #4E4E4E. Windows color (decimal): -13085339 or 6640952. OLE color: 6640952.

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

Color convert

RGB 56 85 101 -
CMYK 0.45 0.16 0 0.60
HSL 201.33º 0.29% 0.31% -
HSV(B) 201.33º 0.45% 0.4% -
XYZ 7.23 8.28 13.53 -
YUV 78.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 56 85 101 0.45 0.16 0 0.60 201.33 0.29 0.31
Hex 38 55 65 2D 10 0 3C C9 1D 1F
Octal 70 125 145 55 20 0 74 311 35 37
Binary 111000 1010101 1100101 101101 10000 0 111100 11001001 11101 11111

Color Harmonies of #385565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385565

Black with #385565

Text Example


Text Example

White with #385565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385565; }

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

 H1.HeaderClassName
 {
   color: #385565;
 }
 .AnyTagClassName
 {
   color: #385565;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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