Html Css Color HEX #395865 San Juan

📋 copy color: '#395865'

red 57 ◦ green 88 ◦ blue 101

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

Shades of San Juan #395865

Tints of San Juan #395865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.77%

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

R = 23.17%
G = 35.77%
B = 41.06%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#395865 (or 0x395865) is known color: San Juan. HEX triplet: 39, 58 and 65. RGB value is (57,88,101). Sum of RGB (Red+Green+Blue) = 57+88+101=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #395865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395865 is #C6A79A. Grayscale: #505050. Windows color (decimal): -13019035 or 6641721. OLE color: 6641721.

HSL color Cylindrical-coordinate representation of color #395865: hue angle of 197.73º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395865 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 88 101 -
CMYK 0.44 0.13 0 0.60
HSL 197.73º 0.28% 0.31% -
HSV(B) 197.73º 0.44% 0.4% -
XYZ 7.53 8.79 13.61 -
YUV 80.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 57 88 101 0.44 0.13 0 0.60 197.73 0.28 0.31
Hex 39 58 65 2C D 0 3C C6 1C 1F
Octal 71 130 145 54 15 0 74 306 34 37
Binary 111001 1011000 1100101 101100 1101 0 111100 11000110 11100 11111

Color Harmonies of #395865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395865

Black with #395865

Text Example


Text Example

White with #395865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395865; }

 p { color: rgb(57,88,101); }

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

background-color css

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

 a { background-color: rgb(57,88,101); }

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

border-color css

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

 span { border-color: rgb(57,88,101); }

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