Html Css Color HEX #425660 San Juan

📋 copy color: '#425660'

red 66 ◦ green 86 ◦ blue 96

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

Shades of San Juan #425660

Tints of San Juan #425660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 26.61%
G = 34.68%
B = 38.71%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425660 (or 0x425660) is known color: San Juan. HEX triplet: 42, 56 and 60. RGB value is (66,86,96). Sum of RGB (Red+Green+Blue) = 66+86+96=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #425660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425660 is #BDA99F. Grayscale: #515151. Windows color (decimal): -12429728 or 6313538. OLE color: 6313538.

HSL color Cylindrical-coordinate representation of color #425660: hue angle of 200º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425660 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 86 96 -
CMYK 0.31 0.10 0 0.62
HSL 200º 0.19% 0.32% -
HSV(B) 200º 0.31% 0.38% -
XYZ 7.69 8.66 12.33 -
YUV 81.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 66 86 96 0.31 0.10 0 0.62 200 0.19 0.32
Hex 42 56 60 1F A 0 3E C8 13 20
Octal 102 126 140 37 12 0 76 310 23 40
Binary 1000010 1010110 1100000 11111 1010 0 111110 11001000 10011 100000

Color Harmonies of #425660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425660

Black with #425660

Text Example


Text Example

White with #425660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425660; }

 p { color: rgb(66,86,96); }

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

background-color css

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

 a { background-color: rgb(66,86,96); }

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

border-color css

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

 span { border-color: rgb(66,86,96); }

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