Html Css Color HEX #395564 San Juan

📋 copy color: '#395564'

red 57 ◦ green 85 ◦ blue 100

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

Shades of San Juan #395564

Tints of San Juan #395564

RGB

 RED value IS 57 (22.66% from 255) = 23.55%

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

 BLUE value IS 100 (39.45% from 255) = 41.32%

R = 23.55%
G = 35.12%
B = 41.32%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#395564 (or 0x395564) is known color: San Juan. HEX triplet: 39, 55 and 64. RGB value is (57,85,100). Sum of RGB (Red+Green+Blue) = 57+85+100=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 100 - color contains mainly: blue. Hex color #395564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395564 is #C6AA9B. Grayscale: #4E4E4E. Windows color (decimal): -13019804 or 6575417. OLE color: 6575417.

HSL color Cylindrical-coordinate representation of color #395564: hue angle of 200.93º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #395564 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 85 100 -
CMYK 0.43 0.15 0 0.61
HSL 200.93º 0.27% 0.31% -
HSV(B) 200.93º 0.43% 0.39% -
XYZ 7.24 8.29 13.27 -
YUV 78.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 57 85 100 0.43 0.15 0 0.61 200.93 0.27 0.31
Hex 39 55 64 2B F 0 3D C9 1B 1F
Octal 71 125 144 53 17 0 75 311 33 37
Binary 111001 1010101 1100100 101011 1111 0 111101 11001001 11011 11111

Color Harmonies of #395564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395564

Black with #395564

Text Example


Text Example

White with #395564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395564; }

 p { color: rgb(57,85,100); }

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

background-color css

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

 a { background-color: rgb(57,85,100); }

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

border-color css

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

 span { border-color: rgb(57,85,100); }

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