Shades of Pelorous #238DBD
Tints of Pelorous #238DBD
RGB
CMYK
RGB Variations
Color information
#238DBD (or 0x238DBD) is known color: Pelorous. HEX triplet: 23, 8D and BD. RGB value is (35,141,189). Sum of RGB (Red+Green+Blue) = 35+141+189=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #238DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DBD is #DC7242. Grayscale: #727272. Windows color (decimal): -14447171 or 12422435. OLE color: 12422435.
HSL color Cylindrical-coordinate representation of color #238DBD: hue angle of 198.7º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #238DBD is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 141 | 189 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.26 |
| HSL | 198.7º | 0.69% | 0.44% | - |
| HSV(B) | 198.7º | 0.81% | 0.74% | - |
| XYZ | 19.4 | 23.08 | 51.58 | - |
| YUV | 114.78 | 169.88 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 189 | 0.81 | 0.25 | 0 | 0.26 | 198.7 | 0.69 | 0.44 |
| Hex | 23 | 8D | BD | 51 | 19 | 0 | 1A | C7 | 45 | 2C |
| Octal | 43 | 215 | 275 | 121 | 31 | 0 | 32 | 307 | 105 | 54 |
| Binary | 100011 | 10001101 | 10111101 | 1010001 | 11001 | 0 | 11010 | 11000111 | 1000101 | 101100 |
Color Harmonies of #238DBD
Complementary color
Monochromatic Colors of #238DBD
Black with #238DBD
Text Example
Text Example
White with #238DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238DBD; }
p { color: rgb(35,141,189); }
H1.HeaderClassName
{
color: #238DBD;
}
.AnyTagClassName
{
color: #238DBD;
}
</style>
background-color css
<style>
a { background-color: #238DBD; }
a { background-color: rgb(35,141,189); }
div.DivClassName
{
background-color: #238DBD;
}
.BgClassName
{
background-color: #238DBD;
}
</style>
border-color css
<style>
span { border-color: #238DBD; }
span { border-color: rgb(35,141,189); }
td.TdClassName
{
border-color: #238DBD;
}
.TagClassName
{
border-color: #238DBD;
}
</style>