Shades of Pelorous #238DB4
Tints of Pelorous #238DB4
RGB
CMYK
RGB Variations
Color information
#238DB4 (or 0x238DB4) is known color: Pelorous. HEX triplet: 23, 8D and B4. RGB value is (35,141,180). Sum of RGB (Red+Green+Blue) = 35+141+180=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #238DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DB4 is #DC724B. Grayscale: #717171. Windows color (decimal): -14447180 or 11832611. OLE color: 11832611.
HSL color Cylindrical-coordinate representation of color #238DB4: hue angle of 196.14º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #238DB4 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 141 | 180 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.29 |
| HSL | 196.14º | 0.67% | 0.42% | - |
| HSV(B) | 196.14º | 0.81% | 0.71% | - |
| XYZ | 18.46 | 22.7 | 46.59 | - |
| YUV | 113.75 | 165.38 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 180 | 0.81 | 0.22 | 0 | 0.29 | 196.14 | 0.67 | 0.42 |
| Hex | 23 | 8D | B4 | 51 | 16 | 0 | 1D | C4 | 43 | 2A |
| Octal | 43 | 215 | 264 | 121 | 26 | 0 | 35 | 304 | 103 | 52 |
| Binary | 100011 | 10001101 | 10110100 | 1010001 | 10110 | 0 | 11101 | 11000100 | 1000011 | 101010 |
Color Harmonies of #238DB4
Complementary color
Monochromatic Colors of #238DB4
Black with #238DB4
Text Example
Text Example
White with #238DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238DB4; }
p { color: rgb(35,141,180); }
H1.HeaderClassName
{
color: #238DB4;
}
.AnyTagClassName
{
color: #238DB4;
}
</style>
background-color css
<style>
a { background-color: #238DB4; }
a { background-color: rgb(35,141,180); }
div.DivClassName
{
background-color: #238DB4;
}
.BgClassName
{
background-color: #238DB4;
}
</style>
border-color css
<style>
span { border-color: #238DB4; }
span { border-color: rgb(35,141,180); }
td.TdClassName
{
border-color: #238DB4;
}
.TagClassName
{
border-color: #238DB4;
}
</style>