Html Css Color HEX #395967 San Juan

📋 copy color: '#395967'

red 57 ◦ green 89 ◦ blue 103

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

Shades of San Juan #395967

Tints of San Juan #395967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 22.89%
G = 35.74%
B = 41.37%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#395967 (or 0x395967) is known color: San Juan. HEX triplet: 39, 59 and 67. RGB value is (57,89,103). Sum of RGB (Red+Green+Blue) = 57+89+103=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #395967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395967 is #C6A698. Grayscale: #505050. Windows color (decimal): -13018777 or 6773049. OLE color: 6773049.

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

Color convert

RGB 57 89 103 -
CMYK 0.45 0.14 0 0.60
HSL 198.26º 0.29% 0.31% -
HSV(B) 198.26º 0.45% 0.4% -
XYZ 7.71 8.99 14.16 -
YUV 81.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 57 89 103 0.45 0.14 0 0.60 198.26 0.29 0.31
Hex 39 59 67 2D E 0 3C C6 1D 1F
Octal 71 131 147 55 16 0 74 306 35 37
Binary 111001 1011001 1100111 101101 1110 0 111100 11000110 11101 11111

Color Harmonies of #395967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395967

Black with #395967

Text Example


Text Example

White with #395967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395967; }

 p { color: rgb(57,89,103); }

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

background-color css

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

 a { background-color: rgb(57,89,103); }

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

border-color css

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

 span { border-color: rgb(57,89,103); }

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