Shades of Pelorous #238CB1
Tints of Pelorous #238CB1
RGB
CMYK
RGB Variations
Color information
#238CB1 (or 0x238CB1) is known color: Pelorous. HEX triplet: 23, 8C and B1. RGB value is (35,140,177). Sum of RGB (Red+Green+Blue) = 35+140+177=352 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.94% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #238CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238CB1 is #DC734E. Grayscale: #707070. Windows color (decimal): -14447439 or 11635747. OLE color: 11635747.
HSL color Cylindrical-coordinate representation of color #238CB1: hue angle of 195.63º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238CB1 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 140 | 177 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.31 |
| HSL | 195.63º | 0.67% | 0.42% | - |
| HSV(B) | 195.63º | 0.8% | 0.69% | - |
| XYZ | 18.01 | 22.29 | 44.95 | - |
| YUV | 112.82 | 164.21 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 177 | 0.80 | 0.21 | 0 | 0.31 | 195.63 | 0.67 | 0.42 |
| Hex | 23 | 8C | B1 | 50 | 15 | 0 | 1F | C4 | 43 | 2A |
| Octal | 43 | 214 | 261 | 120 | 25 | 0 | 37 | 304 | 103 | 52 |
| Binary | 100011 | 10001100 | 10110001 | 1010000 | 10101 | 0 | 11111 | 11000100 | 1000011 | 101010 |
Color Harmonies of #238CB1
Complementary color
Monochromatic Colors of #238CB1
Black with #238CB1
Text Example
Text Example
White with #238CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238CB1; }
p { color: rgb(35,140,177); }
H1.HeaderClassName
{
color: #238CB1;
}
.AnyTagClassName
{
color: #238CB1;
}
</style>
background-color css
<style>
a { background-color: #238CB1; }
a { background-color: rgb(35,140,177); }
div.DivClassName
{
background-color: #238CB1;
}
.BgClassName
{
background-color: #238CB1;
}
</style>
border-color css
<style>
span { border-color: #238CB1; }
span { border-color: rgb(35,140,177); }
td.TdClassName
{
border-color: #238CB1;
}
.TagClassName
{
border-color: #238CB1;
}
</style>