Html Css Color HEX #3A535F San Juan

📋 copy color: '#3A535F'

red 58 ◦ green 83 ◦ blue 95

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

Shades of San Juan #3A535F

Tints of San Juan #3A535F

RGB

 RED value IS 58 (23.05% from 255) = 24.58%

 GREEN value IS 83 (32.81% from 255) = 35.17%

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 24.58%
G = 35.17%
B = 40.25%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3A535F (or 0x3A535F) is known color: San Juan. HEX triplet: 3A, 53 and 5F. RGB value is (58,83,95). Sum of RGB (Red+Green+Blue) = 58+83+95=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A535F is #C5ACA0. Grayscale: #4C4C4C. Windows color (decimal): -12954785 or 6247226. OLE color: 6247226.

HSL color Cylindrical-coordinate representation of color #3A535F: hue angle of 199.46º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A535F is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 83 95 -
CMYK 0.39 0.13 0 0.63
HSL 199.46º 0.24% 0.3% -
HSV(B) 199.46º 0.39% 0.37% -
XYZ 6.9 7.91 11.99 -
YUV 76.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 58 83 95 0.39 0.13 0 0.63 199.46 0.24 0.3
Hex 3A 53 5F 27 D 0 3F C7 18 1E
Octal 72 123 137 47 15 0 77 307 30 36
Binary 111010 1010011 1011111 100111 1101 0 111111 11000111 11000 11110

Color Harmonies of #3A535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A535F

Black with #3A535F

Text Example


Text Example

White with #3A535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A535F; }

 p { color: rgb(58,83,95); }

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

background-color css

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

 a { background-color: rgb(58,83,95); }

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

border-color css

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

 span { border-color: rgb(58,83,95); }

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