Shades of Pelorous #2395AD
Tints of Pelorous #2395AD
RGB
CMYK
RGB Variations
Color information
#2395AD (or 0x2395AD) is known color: Pelorous. HEX triplet: 23, 95 and AD. RGB value is (35,149,173). Sum of RGB (Red+Green+Blue) = 35+149+173=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #2395AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2395AD is #DC6A52. Grayscale: #757575. Windows color (decimal): -14445139 or 11375907. OLE color: 11375907.
HSL color Cylindrical-coordinate representation of color #2395AD: hue angle of 190.43º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2395AD is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 149 | 173 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.32 |
| HSL | 190.43º | 0.66% | 0.41% | - |
| HSV(B) | 190.43º | 0.8% | 0.68% | - |
| XYZ | 18.98 | 24.87 | 43.33 | - |
| YUV | 117.65 | 159.23 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 173 | 0.80 | 0.14 | 0 | 0.32 | 190.43 | 0.66 | 0.41 |
| Hex | 23 | 95 | AD | 50 | E | 0 | 20 | BE | 42 | 29 |
| Octal | 43 | 225 | 255 | 120 | 16 | 0 | 40 | 276 | 102 | 51 |
| Binary | 100011 | 10010101 | 10101101 | 1010000 | 1110 | 0 | 100000 | 10111110 | 1000010 | 101001 |
Color Harmonies of #2395AD
Complementary color
Monochromatic Colors of #2395AD
Black with #2395AD
Text Example
Text Example
White with #2395AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2395AD; }
p { color: rgb(35,149,173); }
H1.HeaderClassName
{
color: #2395AD;
}
.AnyTagClassName
{
color: #2395AD;
}
</style>
background-color css
<style>
a { background-color: #2395AD; }
a { background-color: rgb(35,149,173); }
div.DivClassName
{
background-color: #2395AD;
}
.BgClassName
{
background-color: #2395AD;
}
</style>
border-color css
<style>
span { border-color: #2395AD; }
span { border-color: rgb(35,149,173); }
td.TdClassName
{
border-color: #2395AD;
}
.TagClassName
{
border-color: #2395AD;
}
</style>