Html Css Color HEX #425961 San Juan

📋 copy color: '#425961'

red 66 ◦ green 89 ◦ blue 97

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

Shades of San Juan #425961

Tints of San Juan #425961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.49%

R = 26.19%
G = 35.32%
B = 38.49%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425961 (or 0x425961) is known color: San Juan. HEX triplet: 42, 59 and 61. RGB value is (66,89,97). Sum of RGB (Red+Green+Blue) = 66+89+97=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #425961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425961 is #BDA69E. Grayscale: #525252. Windows color (decimal): -12428959 or 6379842. OLE color: 6379842.

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

Color convert

RGB 66 89 97 -
CMYK 0.32 0.08 0 0.62
HSL 195.48º 0.19% 0.32% -
HSV(B) 195.48º 0.32% 0.38% -
XYZ 7.98 9.17 12.66 -
YUV 83.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 66 89 97 0.32 0.08 0 0.62 195.48 0.19 0.32
Hex 42 59 61 20 8 0 3E C3 13 20
Octal 102 131 141 40 10 0 76 303 23 40
Binary 1000010 1011001 1100001 100000 1000 0 111110 11000011 10011 100000

Color Harmonies of #425961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425961

Black with #425961

Text Example


Text Example

White with #425961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425961; }

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

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

background-color css

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

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

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

border-color css

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

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

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