Html Css Color HEX #405962 San Juan

📋 copy color: '#405962'

red 64 ◦ green 89 ◦ blue 98

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

Shades of San Juan #405962

Tints of San Juan #405962

RGB

 RED value IS 64 (25.39% from 255) = 25.5%

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

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

R = 25.5%
G = 35.46%
B = 39.04%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#405962 (or 0x405962) is known color: San Juan. HEX triplet: 40, 59 and 62. RGB value is (64,89,98). Sum of RGB (Red+Green+Blue) = 64+89+98=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #405962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405962 is #BFA69D. Grayscale: #525252. Windows color (decimal): -12560030 or 6445376. OLE color: 6445376.

HSL color Cylindrical-coordinate representation of color #405962: hue angle of 195.88º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405962 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 89 98 -
CMYK 0.35 0.09 0 0.62
HSL 195.88º 0.21% 0.32% -
HSV(B) 195.88º 0.35% 0.38% -
XYZ 7.89 9.12 12.9 -
YUV 82.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 64 89 98 0.35 0.09 0 0.62 195.88 0.21 0.32
Hex 40 59 62 23 9 0 3E C4 15 20
Octal 100 131 142 43 11 0 76 304 25 40
Binary 1000000 1011001 1100010 100011 1001 0 111110 11000100 10101 100000

Color Harmonies of #405962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405962

Black with #405962

Text Example


Text Example

White with #405962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405962; }

 p { color: rgb(64,89,98); }

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

background-color css

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

 a { background-color: rgb(64,89,98); }

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

border-color css

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

 span { border-color: rgb(64,89,98); }

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