Html Css Color HEX #3A5662 San Juan

📋 copy color: '#3A5662'

red 58 ◦ green 86 ◦ blue 98

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

Shades of San Juan #3A5662

Tints of San Juan #3A5662

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.54%

 BLUE value IS 98 (38.67% from 255) = 40.5%

R = 23.97%
G = 35.54%
B = 40.5%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A5662 (or 0x3A5662) is known color: San Juan. HEX triplet: 3A, 56 and 62. RGB value is (58,86,98). Sum of RGB (Red+Green+Blue) = 58+86+98=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A5662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5662 is #C5A99D. Grayscale: #4E4E4E. Windows color (decimal): -12954014 or 6444602. OLE color: 6444602.

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

Color convert

RGB 58 86 98 -
CMYK 0.41 0.12 0 0.62
HSL 198º 0.26% 0.31% -
HSV(B) 198º 0.41% 0.38% -
XYZ 7.28 8.44 12.8 -
YUV 79 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 58 86 98 0.41 0.12 0 0.62 198 0.26 0.31
Hex 3A 56 62 29 C 0 3E C6 1A 1F
Octal 72 126 142 51 14 0 76 306 32 37
Binary 111010 1010110 1100010 101001 1100 0 111110 11000110 11010 11111

Color Harmonies of #3A5662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5662

Black with #3A5662

Text Example


Text Example

White with #3A5662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,86,98); }

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

background-color css

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

 a { background-color: rgb(58,86,98); }

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

border-color css

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

 span { border-color: rgb(58,86,98); }

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