Shades of San Juan #415B6A
Tints of San Juan #415B6A
RGB
CMYK
RGB Variations
Color information
#415B6A (or 0x415B6A) is known color: San Juan. HEX triplet: 41, 5B and 6A. RGB value is (65,91,106). Sum of RGB (Red+Green+Blue) = 65+91+106=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #415B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B6A is #BEA495. Grayscale: #545454. Windows color (decimal): -12493974 or 6970177. OLE color: 6970177.
HSL color Cylindrical-coordinate representation of color #415B6A: hue angle of 201.95º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #415B6A is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 91 | 106 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.58 |
| HSL | 201.95º | 0.24% | 0.34% | - |
| HSV(B) | 201.95º | 0.39% | 0.42% | - |
| XYZ | 8.52 | 9.65 | 15.05 | - |
| YUV | 84.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 106 | 0.39 | 0.14 | 0 | 0.58 | 201.95 | 0.24 | 0.34 |
| Hex | 41 | 5B | 6A | 27 | E | 0 | 3A | CA | 18 | 22 |
| Octal | 101 | 133 | 152 | 47 | 16 | 0 | 72 | 312 | 30 | 42 |
| Binary | 1000001 | 1011011 | 1101010 | 100111 | 1110 | 0 | 111010 | 11001010 | 11000 | 100010 |
Color Harmonies of #415B6A
Complementary color
Monochromatic Colors of #415B6A
Black with #415B6A
Text Example
Text Example
White with #415B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415B6A; }
p { color: rgb(65,91,106); }
H1.HeaderClassName
{
color: #415B6A;
}
.AnyTagClassName
{
color: #415B6A;
}
</style>
background-color css
<style>
a { background-color: #415B6A; }
a { background-color: rgb(65,91,106); }
div.DivClassName
{
background-color: #415B6A;
}
.BgClassName
{
background-color: #415B6A;
}
</style>
border-color css
<style>
span { border-color: #415B6A; }
span { border-color: rgb(65,91,106); }
td.TdClassName
{
border-color: #415B6A;
}
.TagClassName
{
border-color: #415B6A;
}
</style>