Shades of San Juan #425D67
Tints of San Juan #425D67
RGB
CMYK
RGB Variations
Color information
#425D67 (or 0x425D67) is known color: San Juan. HEX triplet: 42, 5D and 67. RGB value is (66,93,103). Sum of RGB (Red+Green+Blue) = 66+93+103=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 103 - color contains mainly: blue. Hex color #425D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D67 is #BDA298. Grayscale: #565656. Windows color (decimal): -12427929 or 6774082. OLE color: 6774082.
HSL color Cylindrical-coordinate representation of color #425D67: hue angle of 196.22º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #425D67 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 93 | 103 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.60 |
| HSL | 196.22º | 0.22% | 0.33% | - |
| HSV(B) | 196.22º | 0.36% | 0.4% | - |
| XYZ | 8.61 | 9.97 | 14.3 | - |
| YUV | 86.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 103 | 0.36 | 0.10 | 0 | 0.60 | 196.22 | 0.22 | 0.33 |
| Hex | 42 | 5D | 67 | 24 | A | 0 | 3C | C4 | 16 | 21 |
| Octal | 102 | 135 | 147 | 44 | 12 | 0 | 74 | 304 | 26 | 41 |
| Binary | 1000010 | 1011101 | 1100111 | 100100 | 1010 | 0 | 111100 | 11000100 | 10110 | 100001 |
Color Harmonies of #425D67
Complementary color
Monochromatic Colors of #425D67
Black with #425D67
Text Example
Text Example
White with #425D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D67; }
p { color: rgb(66,93,103); }
H1.HeaderClassName
{
color: #425D67;
}
.AnyTagClassName
{
color: #425D67;
}
</style>
background-color css
<style>
a { background-color: #425D67; }
a { background-color: rgb(66,93,103); }
div.DivClassName
{
background-color: #425D67;
}
.BgClassName
{
background-color: #425D67;
}
</style>
border-color css
<style>
span { border-color: #425D67; }
span { border-color: rgb(66,93,103); }
td.TdClassName
{
border-color: #425D67;
}
.TagClassName
{
border-color: #425D67;
}
</style>