Html Css Color HEX #42576B San Juan

📋 copy color: '#42576B'

red 66 ◦ green 87 ◦ blue 107

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

Shades of San Juan #42576B

Tints of San Juan #42576B

RGB

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

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

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

R = 25.38%
G = 33.46%
B = 41.15%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42576B (or 0x42576B) is known color: San Juan. HEX triplet: 42, 57 and 6B. RGB value is (66,87,107). Sum of RGB (Red+Green+Blue) = 66+87+107=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #42576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42576B is #BDA894. Grayscale: #525252. Windows color (decimal): -12429461 or 7034690. OLE color: 7034690.

HSL color Cylindrical-coordinate representation of color #42576B: hue angle of 209.27º 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 #42576B is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 87 107 -
CMYK 0.38 0.19 0 0.58
HSL 209.27º 0.24% 0.34% -
HSV(B) 209.27º 0.38% 0.42% -
XYZ 8.31 9.04 15.22 -
YUV 83 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 66 87 107 0.38 0.19 0 0.58 209.27 0.24 0.34
Hex 42 57 6B 26 13 0 3A D1 18 22
Octal 102 127 153 46 23 0 72 321 30 42
Binary 1000010 1010111 1101011 100110 10011 0 111010 11010001 11000 100010

Color Harmonies of #42576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42576B

Black with #42576B

Text Example


Text Example

White with #42576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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