Shades of Rock Blue #95A3C2
Tints of Rock Blue #95A3C2
RGB
CMYK
RGB Variations
Color information
#95A3C2 (or 0x95A3C2) is known color: Rock Blue. HEX triplet: 95, A3 and C2. RGB value is (149,163,194). Sum of RGB (Red+Green+Blue) = 149+163+194=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #95A3C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A3C2 is #6A5C3D. Grayscale: #A2A2A2. Windows color (decimal): -6970430 or 12755861. OLE color: 12755861.
HSL color Cylindrical-coordinate representation of color #95A3C2: hue angle of 221.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95A3C2 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 163 | 194 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.24 |
| HSL | 221.33º | 0.27% | 0.67% | - |
| HSV(B) | 221.33º | 0.23% | 0.76% | - |
| XYZ | 35.23 | 36.48 | 56.22 | - |
| YUV | 162.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 194 | 0.23 | 0.16 | 0 | 0.24 | 221.33 | 0.27 | 0.67 |
| Hex | 95 | A3 | C2 | 17 | 10 | 0 | 18 | DD | 1B | 43 |
| Octal | 225 | 243 | 302 | 27 | 20 | 0 | 30 | 335 | 33 | 103 |
| Binary | 10010101 | 10100011 | 11000010 | 10111 | 10000 | 0 | 11000 | 11011101 | 11011 | 1000011 |
Color Harmonies of #95A3C2
Complementary color
Monochromatic Colors of #95A3C2
Black with #95A3C2
Text Example
Text Example
White with #95A3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A3C2; }
p { color: rgb(149,163,194); }
H1.HeaderClassName
{
color: #95A3C2;
}
.AnyTagClassName
{
color: #95A3C2;
}
</style>
background-color css
<style>
a { background-color: #95A3C2; }
a { background-color: rgb(149,163,194); }
div.DivClassName
{
background-color: #95A3C2;
}
.BgClassName
{
background-color: #95A3C2;
}
</style>
border-color css
<style>
span { border-color: #95A3C2; }
span { border-color: rgb(149,163,194); }
td.TdClassName
{
border-color: #95A3C2;
}
.TagClassName
{
border-color: #95A3C2;
}
</style>