Shades of Pelorous #239ABE
Tints of Pelorous #239ABE
RGB
CMYK
RGB Variations
Color information
#239ABE (or 0x239ABE) is known color: Pelorous. HEX triplet: 23, 9A and BE. RGB value is (35,154,190). Sum of RGB (Red+Green+Blue) = 35+154+190=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #239ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ABE is #DC6541. Grayscale: #7A7A7A. Windows color (decimal): -14443842 or 12491299. OLE color: 12491299.
HSL color Cylindrical-coordinate representation of color #239ABE: hue angle of 193.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #239ABE is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 154 | 190 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.25 |
| HSL | 193.94º | 0.69% | 0.44% | - |
| HSV(B) | 193.94º | 0.82% | 0.75% | - |
| XYZ | 21.54 | 27.19 | 52.83 | - |
| YUV | 122.52 | 166.08 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 190 | 0.82 | 0.19 | 0 | 0.25 | 193.94 | 0.69 | 0.44 |
| Hex | 23 | 9A | BE | 52 | 13 | 0 | 19 | C2 | 45 | 2C |
| Octal | 43 | 232 | 276 | 122 | 23 | 0 | 31 | 302 | 105 | 54 |
| Binary | 100011 | 10011010 | 10111110 | 1010010 | 10011 | 0 | 11001 | 11000010 | 1000101 | 101100 |
Color Harmonies of #239ABE
Complementary color
Monochromatic Colors of #239ABE
Black with #239ABE
Text Example
Text Example
White with #239ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239ABE; }
p { color: rgb(35,154,190); }
H1.HeaderClassName
{
color: #239ABE;
}
.AnyTagClassName
{
color: #239ABE;
}
</style>
background-color css
<style>
a { background-color: #239ABE; }
a { background-color: rgb(35,154,190); }
div.DivClassName
{
background-color: #239ABE;
}
.BgClassName
{
background-color: #239ABE;
}
</style>
border-color css
<style>
span { border-color: #239ABE; }
span { border-color: rgb(35,154,190); }
td.TdClassName
{
border-color: #239ABE;
}
.TagClassName
{
border-color: #239ABE;
}
</style>