Shades of Pelorous #239FCC
Tints of Pelorous #239FCC
RGB
CMYK
RGB Variations
Color information
#239FCC (or 0x239FCC) is known color: Pelorous. HEX triplet: 23, 9F and CC. RGB value is (35,159,204). Sum of RGB (Red+Green+Blue) = 35+159+204=398 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.79% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #239FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239FCC is #DC6033. Grayscale: #7E7E7E. Windows color (decimal): -14442548 or 13410083. OLE color: 13410083.
HSL color Cylindrical-coordinate representation of color #239FCC: hue angle of 195.98º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239FCC is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 159 | 204 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.2 |
| HSL | 195.98º | 0.71% | 0.47% | - |
| HSV(B) | 195.98º | 0.83% | 0.8% | - |
| XYZ | 23.99 | 29.51 | 61.56 | - |
| YUV | 127.05 | 171.42 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 204 | 0.83 | 0.22 | 0 | 0.2 | 195.98 | 0.71 | 0.47 |
| Hex | 23 | 9F | CC | 53 | 16 | 0 | 14 | C4 | 47 | 2F |
| Octal | 43 | 237 | 314 | 123 | 26 | 0 | 24 | 304 | 107 | 57 |
| Binary | 100011 | 10011111 | 11001100 | 1010011 | 10110 | 0 | 10100 | 11000100 | 1000111 | 101111 |
Color Harmonies of #239FCC
Complementary color
Monochromatic Colors of #239FCC
Black with #239FCC
Text Example
Text Example
White with #239FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FCC; }
p { color: rgb(35,159,204); }
H1.HeaderClassName
{
color: #239FCC;
}
.AnyTagClassName
{
color: #239FCC;
}
</style>
background-color css
<style>
a { background-color: #239FCC; }
a { background-color: rgb(35,159,204); }
div.DivClassName
{
background-color: #239FCC;
}
.BgClassName
{
background-color: #239FCC;
}
</style>
border-color css
<style>
span { border-color: #239FCC; }
span { border-color: rgb(35,159,204); }
td.TdClassName
{
border-color: #239FCC;
}
.TagClassName
{
border-color: #239FCC;
}
</style>