Html Css Color HEX #42596D San Juan

📋 copy color: '#42596D'

red 66 ◦ green 89 ◦ blue 109

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

Shades of San Juan #42596D

Tints of San Juan #42596D

RGB

 RED value IS 66 (26.17% from 255) = 25%

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

 BLUE value IS 109 (42.97% from 255) = 41.29%

R = 25%
G = 33.71%
B = 41.29%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42596D (or 0x42596D) is known color: San Juan. HEX triplet: 42, 59 and 6D. RGB value is (66,89,109). Sum of RGB (Red+Green+Blue) = 66+89+109=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #42596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42596D is #BDA692. Grayscale: #545454. Windows color (decimal): -12428947 or 7166274. OLE color: 7166274.

HSL color Cylindrical-coordinate representation of color #42596D: hue angle of 207.91º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42596D is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 89 109 -
CMYK 0.39 0.18 0 0.57
HSL 207.91º 0.25% 0.34% -
HSV(B) 207.91º 0.39% 0.43% -
XYZ 8.58 9.41 15.83 -
YUV 84.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 66 89 109 0.39 0.18 0 0.57 207.91 0.25 0.34
Hex 42 59 6D 27 12 0 39 D0 19 22
Octal 102 131 155 47 22 0 71 320 31 42
Binary 1000010 1011001 1101101 100111 10010 0 111001 11010000 11001 100010

Color Harmonies of #42596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42596D

Black with #42596D

Text Example


Text Example

White with #42596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42596D; }

 p { color: rgb(66,89,109); }

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

background-color css

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

 a { background-color: rgb(66,89,109); }

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

border-color css

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

 span { border-color: rgb(66,89,109); }

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