Shades of Pelorous #239CB8
Tints of Pelorous #239CB8
RGB
CMYK
RGB Variations
Color information
#239CB8 (or 0x239CB8) is known color: Pelorous. HEX triplet: 23, 9C and B8. RGB value is (35,156,184). Sum of RGB (Red+Green+Blue) = 35+156+184=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #239CB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239CB8 is #DC6347. Grayscale: #7A7A7A. Windows color (decimal): -14443336 or 12098595. OLE color: 12098595.
HSL color Cylindrical-coordinate representation of color #239CB8: hue angle of 191.28º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239CB8 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 156 | 184 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.28 |
| HSL | 191.28º | 0.68% | 0.43% | - |
| HSV(B) | 191.28º | 0.81% | 0.72% | - |
| XYZ | 21.23 | 27.59 | 49.55 | - |
| YUV | 123.01 | 162.41 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 184 | 0.81 | 0.15 | 0 | 0.28 | 191.28 | 0.68 | 0.43 |
| Hex | 23 | 9C | B8 | 51 | F | 0 | 1C | BF | 44 | 2B |
| Octal | 43 | 234 | 270 | 121 | 17 | 0 | 34 | 277 | 104 | 53 |
| Binary | 100011 | 10011100 | 10111000 | 1010001 | 1111 | 0 | 11100 | 10111111 | 1000100 | 101011 |
Color Harmonies of #239CB8
Complementary color
Monochromatic Colors of #239CB8
Black with #239CB8
Text Example
Text Example
White with #239CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239CB8; }
p { color: rgb(35,156,184); }
H1.HeaderClassName
{
color: #239CB8;
}
.AnyTagClassName
{
color: #239CB8;
}
</style>
background-color css
<style>
a { background-color: #239CB8; }
a { background-color: rgb(35,156,184); }
div.DivClassName
{
background-color: #239CB8;
}
.BgClassName
{
background-color: #239CB8;
}
</style>
border-color css
<style>
span { border-color: #239CB8; }
span { border-color: rgb(35,156,184); }
td.TdClassName
{
border-color: #239CB8;
}
.TagClassName
{
border-color: #239CB8;
}
</style>