Shades of Pelorous #2385AD
Tints of Pelorous #2385AD
RGB
CMYK
RGB Variations
Color information
#2385AD (or 0x2385AD) is known color: Pelorous. HEX triplet: 23, 85 and AD. RGB value is (35,133,173). Sum of RGB (Red+Green+Blue) = 35+133+173=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #2385AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2385AD is #DC7A52. Grayscale: #6C6C6C. Windows color (decimal): -14449235 or 11371811. OLE color: 11371811.
HSL color Cylindrical-coordinate representation of color #2385AD: hue angle of 197.39º 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 #2385AD is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 133 | 173 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.32 |
| HSL | 197.39º | 0.66% | 0.41% | - |
| HSV(B) | 197.39º | 0.8% | 0.68% | - |
| XYZ | 16.62 | 20.15 | 42.55 | - |
| YUV | 108.26 | 164.53 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 173 | 0.80 | 0.23 | 0 | 0.32 | 197.39 | 0.66 | 0.41 |
| Hex | 23 | 85 | AD | 50 | 17 | 0 | 20 | C5 | 42 | 29 |
| Octal | 43 | 205 | 255 | 120 | 27 | 0 | 40 | 305 | 102 | 51 |
| Binary | 100011 | 10000101 | 10101101 | 1010000 | 10111 | 0 | 100000 | 11000101 | 1000010 | 101001 |
Color Harmonies of #2385AD
Complementary color
Monochromatic Colors of #2385AD
Black with #2385AD
Text Example
Text Example
White with #2385AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2385AD; }
p { color: rgb(35,133,173); }
H1.HeaderClassName
{
color: #2385AD;
}
.AnyTagClassName
{
color: #2385AD;
}
</style>
background-color css
<style>
a { background-color: #2385AD; }
a { background-color: rgb(35,133,173); }
div.DivClassName
{
background-color: #2385AD;
}
.BgClassName
{
background-color: #2385AD;
}
</style>
border-color css
<style>
span { border-color: #2385AD; }
span { border-color: rgb(35,133,173); }
td.TdClassName
{
border-color: #2385AD;
}
.TagClassName
{
border-color: #2385AD;
}
</style>