Html Css Color HEX #405761 San Juan

📋 copy color: '#405761'

red 64 ◦ green 87 ◦ blue 97

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

Shades of San Juan #405761

Tints of San Juan #405761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.08%

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

R = 25.81%
G = 35.08%
B = 39.11%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#405761 (or 0x405761) is known color: San Juan. HEX triplet: 40, 57 and 61. RGB value is (64,87,97). Sum of RGB (Red+Green+Blue) = 64+87+97=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #405761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405761 is #BFA89E. Grayscale: #515151. Windows color (decimal): -12560543 or 6379328. OLE color: 6379328.

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

Color convert

RGB 64 87 97 -
CMYK 0.34 0.10 0 0.62
HSL 198.18º 0.2% 0.32% -
HSV(B) 198.18º 0.34% 0.38% -
XYZ 7.68 8.77 12.6 -
YUV 81.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 64 87 97 0.34 0.10 0 0.62 198.18 0.2 0.32
Hex 40 57 61 22 A 0 3E C6 14 20
Octal 100 127 141 42 12 0 76 306 24 40
Binary 1000000 1010111 1100001 100010 1010 0 111110 11000110 10100 100000

Color Harmonies of #405761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405761

Black with #405761

Text Example


Text Example

White with #405761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405761; }

 p { color: rgb(64,87,97); }

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

background-color css

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

 a { background-color: rgb(64,87,97); }

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

border-color css

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

 span { border-color: rgb(64,87,97); }

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