Html Css Color HEX #3E5461 San Juan

📋 copy color: '#3E5461'

red 62 ◦ green 84 ◦ blue 97

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

Shades of San Juan #3E5461

Tints of San Juan #3E5461

RGB

 RED value IS 62 (24.61% from 255) = 25.51%

 GREEN value IS 84 (33.2% from 255) = 34.57%

 BLUE value IS 97 (38.28% from 255) = 39.92%

R = 25.51%
G = 34.57%
B = 39.92%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E5461 (or 0x3E5461) is known color: San Juan. HEX triplet: 3E, 54 and 61. RGB value is (62,84,97). Sum of RGB (Red+Green+Blue) = 62+84+97=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5461 is #C1AB9E. Grayscale: #4E4E4E. Windows color (decimal): -12692383 or 6378558. OLE color: 6378558.

HSL color Cylindrical-coordinate representation of color #3E5461: hue angle of 202.29º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E5461 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 84 97 -
CMYK 0.36 0.13 0 0.62
HSL 202.29º 0.22% 0.31% -
HSV(B) 202.29º 0.36% 0.38% -
XYZ 7.31 8.23 12.51 -
YUV 78.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 62 84 97 0.36 0.13 0 0.62 202.29 0.22 0.31
Hex 3E 54 61 24 D 0 3E CA 16 1F
Octal 76 124 141 44 15 0 76 312 26 37
Binary 111110 1010100 1100001 100100 1101 0 111110 11001010 10110 11111

Color Harmonies of #3E5461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5461

Black with #3E5461

Text Example


Text Example

White with #3E5461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,84,97); }

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

background-color css

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

 a { background-color: rgb(62,84,97); }

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

border-color css

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

 span { border-color: rgb(62,84,97); }

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