Shades of Pelorous #239CB1
Tints of Pelorous #239CB1
RGB
CMYK
RGB Variations
Color information
#239CB1 (or 0x239CB1) is known color: Pelorous. HEX triplet: 23, 9C and B1. RGB value is (35,156,177). Sum of RGB (Red+Green+Blue) = 35+156+177=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #239CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239CB1 is #DC634E. Grayscale: #7A7A7A. Windows color (decimal): -14443343 or 11639843. OLE color: 11639843.
HSL color Cylindrical-coordinate representation of color #239CB1: hue angle of 188.87º 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 #239CB1 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 156 | 177 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.31 |
| HSL | 188.87º | 0.67% | 0.42% | - |
| HSV(B) | 188.87º | 0.8% | 0.69% | - |
| XYZ | 20.52 | 27.31 | 45.78 | - |
| YUV | 122.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 177 | 0.80 | 0.12 | 0 | 0.31 | 188.87 | 0.67 | 0.42 |
| Hex | 23 | 9C | B1 | 50 | C | 0 | 1F | BD | 43 | 2A |
| Octal | 43 | 234 | 261 | 120 | 14 | 0 | 37 | 275 | 103 | 52 |
| Binary | 100011 | 10011100 | 10110001 | 1010000 | 1100 | 0 | 11111 | 10111101 | 1000011 | 101010 |
Color Harmonies of #239CB1
Complementary color
Monochromatic Colors of #239CB1
Black with #239CB1
Text Example
Text Example
White with #239CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239CB1; }
p { color: rgb(35,156,177); }
H1.HeaderClassName
{
color: #239CB1;
}
.AnyTagClassName
{
color: #239CB1;
}
</style>
background-color css
<style>
a { background-color: #239CB1; }
a { background-color: rgb(35,156,177); }
div.DivClassName
{
background-color: #239CB1;
}
.BgClassName
{
background-color: #239CB1;
}
</style>
border-color css
<style>
span { border-color: #239CB1; }
span { border-color: rgb(35,156,177); }
td.TdClassName
{
border-color: #239CB1;
}
.TagClassName
{
border-color: #239CB1;
}
</style>