Shades of Pelorous #238CC5
Tints of Pelorous #238CC5
RGB
CMYK
RGB Variations
Color information
#238CC5 (or 0x238CC5) is known color: Pelorous. HEX triplet: 23, 8C and C5. RGB value is (35,140,197). Sum of RGB (Red+Green+Blue) = 35+140+197=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #238CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CC5 is #DC733A. Grayscale: #727272. Windows color (decimal): -14447419 or 12946467. OLE color: 12946467.
HSL color Cylindrical-coordinate representation of color #238CC5: hue angle of 201.11º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238CC5 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 140 | 197 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.23 |
| HSL | 201.11º | 0.7% | 0.45% | - |
| HSV(B) | 201.11º | 0.82% | 0.77% | - |
| XYZ | 20.15 | 23.14 | 56.23 | - |
| YUV | 115.1 | 174.21 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 197 | 0.82 | 0.29 | 0 | 0.23 | 201.11 | 0.7 | 0.45 |
| Hex | 23 | 8C | C5 | 52 | 1D | 0 | 17 | C9 | 46 | 2D |
| Octal | 43 | 214 | 305 | 122 | 35 | 0 | 27 | 311 | 106 | 55 |
| Binary | 100011 | 10001100 | 11000101 | 1010010 | 11101 | 0 | 10111 | 11001001 | 1000110 | 101101 |
Color Harmonies of #238CC5
Complementary color
Monochromatic Colors of #238CC5
Black with #238CC5
Text Example
Text Example
White with #238CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238CC5; }
p { color: rgb(35,140,197); }
H1.HeaderClassName
{
color: #238CC5;
}
.AnyTagClassName
{
color: #238CC5;
}
</style>
background-color css
<style>
a { background-color: #238CC5; }
a { background-color: rgb(35,140,197); }
div.DivClassName
{
background-color: #238CC5;
}
.BgClassName
{
background-color: #238CC5;
}
</style>
border-color css
<style>
span { border-color: #238CC5; }
span { border-color: rgb(35,140,197); }
td.TdClassName
{
border-color: #238CC5;
}
.TagClassName
{
border-color: #238CC5;
}
</style>