Html Css Color HEX #42586D San Juan

📋 copy color: '#42586D'

red 66 ◦ green 88 ◦ blue 109

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

Shades of San Juan #42586D

Tints of San Juan #42586D

RGB

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

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

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

R = 25.1%
G = 33.46%
B = 41.44%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42586D (or 0x42586D) is known color: San Juan. HEX triplet: 42, 58 and 6D. RGB value is (66,88,109). Sum of RGB (Red+Green+Blue) = 66+88+109=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #42586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42586D is #BDA792. Grayscale: #535353. Windows color (decimal): -12429203 or 7166018. OLE color: 7166018.

HSL color Cylindrical-coordinate representation of color #42586D: hue angle of 209.3º 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 #42586D is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 88 109 -
CMYK 0.39 0.19 0 0.57
HSL 209.3º 0.25% 0.34% -
HSV(B) 209.3º 0.39% 0.43% -
XYZ 8.5 9.24 15.8 -
YUV 83.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 66 88 109 0.39 0.19 0 0.57 209.3 0.25 0.34
Hex 42 58 6D 27 13 0 39 D1 19 22
Octal 102 130 155 47 23 0 71 321 31 42
Binary 1000010 1011000 1101101 100111 10011 0 111001 11010001 11001 100010

Color Harmonies of #42586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42586D

Black with #42586D

Text Example


Text Example

White with #42586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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