Shades of Pelorous #238BBC
Tints of Pelorous #238BBC
RGB
CMYK
RGB Variations
Color information
#238BBC (or 0x238BBC) is known color: Pelorous. HEX triplet: 23, 8B and BC. RGB value is (35,139,188). Sum of RGB (Red+Green+Blue) = 35+139+188=362 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.67% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #238BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BBC is #DC7443. Grayscale: #717171. Windows color (decimal): -14447684 or 12356387. OLE color: 12356387.
HSL color Cylindrical-coordinate representation of color #238BBC: hue angle of 199.22º 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 #238BBC is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 139 | 188 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.26 |
| HSL | 199.22º | 0.69% | 0.44% | - |
| HSV(B) | 199.22º | 0.81% | 0.74% | - |
| XYZ | 19 | 22.45 | 50.91 | - |
| YUV | 113.49 | 170.04 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 188 | 0.81 | 0.26 | 0 | 0.26 | 199.22 | 0.69 | 0.44 |
| Hex | 23 | 8B | BC | 51 | 1A | 0 | 1A | C7 | 45 | 2C |
| Octal | 43 | 213 | 274 | 121 | 32 | 0 | 32 | 307 | 105 | 54 |
| Binary | 100011 | 10001011 | 10111100 | 1010001 | 11010 | 0 | 11010 | 11000111 | 1000101 | 101100 |
Color Harmonies of #238BBC
Complementary color
Monochromatic Colors of #238BBC
Black with #238BBC
Text Example
Text Example
White with #238BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238BBC; }
p { color: rgb(35,139,188); }
H1.HeaderClassName
{
color: #238BBC;
}
.AnyTagClassName
{
color: #238BBC;
}
</style>
background-color css
<style>
a { background-color: #238BBC; }
a { background-color: rgb(35,139,188); }
div.DivClassName
{
background-color: #238BBC;
}
.BgClassName
{
background-color: #238BBC;
}
</style>
border-color css
<style>
span { border-color: #238BBC; }
span { border-color: rgb(35,139,188); }
td.TdClassName
{
border-color: #238BBC;
}
.TagClassName
{
border-color: #238BBC;
}
</style>