Shades of Pelorous #239FAE
Tints of Pelorous #239FAE
RGB
CMYK
RGB Variations
Color information
#239FAE (or 0x239FAE) is known color: Pelorous. HEX triplet: 23, 9F and AE. RGB value is (35,159,174). Sum of RGB (Red+Green+Blue) = 35+159+174=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #239FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239FAE is #DC6051. Grayscale: #7B7B7B. Windows color (decimal): -14442578 or 11444003. OLE color: 11444003.
HSL color Cylindrical-coordinate representation of color #239FAE: hue angle of 186.47º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #239FAE is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 159 | 174 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.32 |
| HSL | 186.47º | 0.67% | 0.41% | - |
| HSV(B) | 186.47º | 0.8% | 0.68% | - |
| XYZ | 20.73 | 28.21 | 44.4 | - |
| YUV | 123.63 | 156.42 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 174 | 0.80 | 0.09 | 0 | 0.32 | 186.47 | 0.67 | 0.41 |
| Hex | 23 | 9F | AE | 50 | 9 | 0 | 20 | BA | 43 | 29 |
| Octal | 43 | 237 | 256 | 120 | 11 | 0 | 40 | 272 | 103 | 51 |
| Binary | 100011 | 10011111 | 10101110 | 1010000 | 1001 | 0 | 100000 | 10111010 | 1000011 | 101001 |
Color Harmonies of #239FAE
Complementary color
Monochromatic Colors of #239FAE
Black with #239FAE
Text Example
Text Example
White with #239FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FAE; }
p { color: rgb(35,159,174); }
H1.HeaderClassName
{
color: #239FAE;
}
.AnyTagClassName
{
color: #239FAE;
}
</style>
background-color css
<style>
a { background-color: #239FAE; }
a { background-color: rgb(35,159,174); }
div.DivClassName
{
background-color: #239FAE;
}
.BgClassName
{
background-color: #239FAE;
}
</style>
border-color css
<style>
span { border-color: #239FAE; }
span { border-color: rgb(35,159,174); }
td.TdClassName
{
border-color: #239FAE;
}
.TagClassName
{
border-color: #239FAE;
}
</style>