Shades of Pelorous #239EC3
Tints of Pelorous #239EC3
RGB
CMYK
RGB Variations
Color information
#239EC3 (or 0x239EC3) is known color: Pelorous. HEX triplet: 23, 9E and C3. RGB value is (35,158,195). Sum of RGB (Red+Green+Blue) = 35+158+195=388 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.02% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #239EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239EC3 is #DC613C. Grayscale: #7D7D7D. Windows color (decimal): -14442813 or 12820003. OLE color: 12820003.
HSL color Cylindrical-coordinate representation of color #239EC3: hue angle of 193.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #239EC3 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 158 | 195 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.24 |
| HSL | 193.88º | 0.7% | 0.45% | - |
| HSV(B) | 193.88º | 0.82% | 0.76% | - |
| XYZ | 22.77 | 28.75 | 55.98 | - |
| YUV | 125.44 | 167.25 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 158 | 195 | 0.82 | 0.19 | 0 | 0.24 | 193.88 | 0.7 | 0.45 |
| Hex | 23 | 9E | C3 | 52 | 13 | 0 | 18 | C2 | 46 | 2D |
| Octal | 43 | 236 | 303 | 122 | 23 | 0 | 30 | 302 | 106 | 55 |
| Binary | 100011 | 10011110 | 11000011 | 1010010 | 10011 | 0 | 11000 | 11000010 | 1000110 | 101101 |
Color Harmonies of #239EC3
Complementary color
Monochromatic Colors of #239EC3
Black with #239EC3
Text Example
Text Example
White with #239EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239EC3; }
p { color: rgb(35,158,195); }
H1.HeaderClassName
{
color: #239EC3;
}
.AnyTagClassName
{
color: #239EC3;
}
</style>
background-color css
<style>
a { background-color: #239EC3; }
a { background-color: rgb(35,158,195); }
div.DivClassName
{
background-color: #239EC3;
}
.BgClassName
{
background-color: #239EC3;
}
</style>
border-color css
<style>
span { border-color: #239EC3; }
span { border-color: rgb(35,158,195); }
td.TdClassName
{
border-color: #239EC3;
}
.TagClassName
{
border-color: #239EC3;
}
</style>