Html Css Color HEX #42596B San Juan

📋 copy color: '#42596B'

red 66 ◦ green 89 ◦ blue 107

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

Shades of San Juan #42596B

Tints of San Juan #42596B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 25.19%
G = 33.97%
B = 40.84%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42596B (or 0x42596B) is known color: San Juan. HEX triplet: 42, 59 and 6B. RGB value is (66,89,107). Sum of RGB (Red+Green+Blue) = 66+89+107=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #42596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42596B is #BDA694. Grayscale: #545454. Windows color (decimal): -12428949 or 7035202. OLE color: 7035202.

HSL color Cylindrical-coordinate representation of color #42596B: hue angle of 206.34º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42596B is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 89 107 -
CMYK 0.38 0.17 0 0.58
HSL 206.34º 0.24% 0.34% -
HSV(B) 206.34º 0.38% 0.42% -
XYZ 8.47 9.36 15.27 -
YUV 84.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 66 89 107 0.38 0.17 0 0.58 206.34 0.24 0.34
Hex 42 59 6B 26 11 0 3A CE 18 22
Octal 102 131 153 46 21 0 72 316 30 42
Binary 1000010 1011001 1101011 100110 10001 0 111010 11001110 11000 100010

Color Harmonies of #42596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42596B

Black with #42596B

Text Example


Text Example

White with #42596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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