Shades of Pelorous #239AB3
Tints of Pelorous #239AB3
RGB
CMYK
RGB Variations
Color information
#239AB3 (or 0x239AB3) is known color: Pelorous. HEX triplet: 23, 9A and B3. RGB value is (35,154,179). Sum of RGB (Red+Green+Blue) = 35+154+179=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #239AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239AB3 is #DC654C. Grayscale: #797979. Windows color (decimal): -14443853 or 11770403. OLE color: 11770403.
HSL color Cylindrical-coordinate representation of color #239AB3: hue angle of 190.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #239AB3 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 154 | 179 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.30 |
| HSL | 190.42º | 0.67% | 0.42% | - |
| HSV(B) | 190.42º | 0.8% | 0.7% | - |
| XYZ | 20.39 | 26.72 | 46.73 | - |
| YUV | 121.27 | 160.58 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 179 | 0.80 | 0.14 | 0 | 0.30 | 190.42 | 0.67 | 0.42 |
| Hex | 23 | 9A | B3 | 50 | E | 0 | 1E | BE | 43 | 2A |
| Octal | 43 | 232 | 263 | 120 | 16 | 0 | 36 | 276 | 103 | 52 |
| Binary | 100011 | 10011010 | 10110011 | 1010000 | 1110 | 0 | 11110 | 10111110 | 1000011 | 101010 |
Color Harmonies of #239AB3
Complementary color
Monochromatic Colors of #239AB3
Black with #239AB3
Text Example
Text Example
White with #239AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239AB3; }
p { color: rgb(35,154,179); }
H1.HeaderClassName
{
color: #239AB3;
}
.AnyTagClassName
{
color: #239AB3;
}
</style>
background-color css
<style>
a { background-color: #239AB3; }
a { background-color: rgb(35,154,179); }
div.DivClassName
{
background-color: #239AB3;
}
.BgClassName
{
background-color: #239AB3;
}
</style>
border-color css
<style>
span { border-color: #239AB3; }
span { border-color: rgb(35,154,179); }
td.TdClassName
{
border-color: #239AB3;
}
.TagClassName
{
border-color: #239AB3;
}
</style>