Html Css Color HEX #42586A San Juan

📋 copy color: '#42586A'

red 66 ◦ green 88 ◦ blue 106

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

Shades of San Juan #42586A

Tints of San Juan #42586A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.85%

 BLUE value IS 106 (41.8% from 255) = 40.77%

R = 25.38%
G = 33.85%
B = 40.77%

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

#42586A (or 0x42586A) is known color: San Juan. HEX triplet: 42, 58 and 6A. RGB value is (66,88,106). Sum of RGB (Red+Green+Blue) = 66+88+106=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 106 - color contains mainly: blue. Hex color #42586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42586A is #BDA795. Grayscale: #535353. Windows color (decimal): -12429206 or 6969410. OLE color: 6969410.

HSL color Cylindrical-coordinate representation of color #42586A: hue angle of 207º degrees, saturation: 0.23, 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 #42586A is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 88 106 -
CMYK 0.38 0.17 0 0.58
HSL 207º 0.23% 0.34% -
HSV(B) 207º 0.38% 0.42% -
XYZ 8.34 9.18 14.97 -
YUV 83.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 66 88 106 0.38 0.17 0 0.58 207 0.23 0.34
Hex 42 58 6A 26 11 0 3A CF 17 22
Octal 102 130 152 46 21 0 72 317 27 42
Binary 1000010 1011000 1101010 100110 10001 0 111010 11001111 10111 100010

Color Harmonies of #42586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42586A

Black with #42586A

Text Example


Text Example

White with #42586A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42586A; }

 p { color: rgb(66,88,106); }

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

background-color css

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

 a { background-color: rgb(66,88,106); }

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

border-color css

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

 span { border-color: rgb(66,88,106); }

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