Html Css Color HEX #425860 San Juan

📋 copy color: '#425860'

red 66 ◦ green 88 ◦ blue 96

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

Shades of San Juan #425860

Tints of San Juan #425860

RGB

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

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

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

R = 26.4%
G = 35.2%
B = 38.4%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425860 (or 0x425860) is known color: San Juan. HEX triplet: 42, 58 and 60. RGB value is (66,88,96). Sum of RGB (Red+Green+Blue) = 66+88+96=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #425860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425860 is #BDA79F. Grayscale: #525252. Windows color (decimal): -12429216 or 6314050. OLE color: 6314050.

HSL color Cylindrical-coordinate representation of color #425860: hue angle of 196º 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 #425860 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 88 96 -
CMYK 0.31 0.08 0 0.62
HSL 196º 0.19% 0.32% -
HSV(B) 196º 0.31% 0.38% -
XYZ 7.85 8.98 12.39 -
YUV 82.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 66 88 96 0.31 0.08 0 0.62 196 0.19 0.32
Hex 42 58 60 1F 8 0 3E C4 13 20
Octal 102 130 140 37 10 0 76 304 23 40
Binary 1000010 1011000 1100000 11111 1000 0 111110 11000100 10011 100000

Color Harmonies of #425860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425860

Black with #425860

Text Example


Text Example

White with #425860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425860; }

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

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

background-color css

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

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

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

border-color css

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

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

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