Shades of Pelorous #239CCC
Tints of Pelorous #239CCC
RGB
CMYK
RGB Variations
Color information
#239CCC (or 0x239CCC) is known color: Pelorous. HEX triplet: 23, 9C and CC. RGB value is (35,156,204). Sum of RGB (Red+Green+Blue) = 35+156+204=395 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.86% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #239CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239CCC is #DC6333. Grayscale: #7C7C7C. Windows color (decimal): -14443316 or 13409315. OLE color: 13409315.
HSL color Cylindrical-coordinate representation of color #239CCC: hue angle of 197.04º 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 #239CCC is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 156 | 204 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.2 |
| HSL | 197.04º | 0.71% | 0.47% | - |
| HSV(B) | 197.04º | 0.83% | 0.8% | - |
| XYZ | 23.48 | 28.49 | 61.39 | - |
| YUV | 125.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 204 | 0.83 | 0.24 | 0 | 0.2 | 197.04 | 0.71 | 0.47 |
| Hex | 23 | 9C | CC | 53 | 18 | 0 | 14 | C5 | 47 | 2F |
| Octal | 43 | 234 | 314 | 123 | 30 | 0 | 24 | 305 | 107 | 57 |
| Binary | 100011 | 10011100 | 11001100 | 1010011 | 11000 | 0 | 10100 | 11000101 | 1000111 | 101111 |
Color Harmonies of #239CCC
Complementary color
Monochromatic Colors of #239CCC
Black with #239CCC
Text Example
Text Example
White with #239CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239CCC; }
p { color: rgb(35,156,204); }
H1.HeaderClassName
{
color: #239CCC;
}
.AnyTagClassName
{
color: #239CCC;
}
</style>
background-color css
<style>
a { background-color: #239CCC; }
a { background-color: rgb(35,156,204); }
div.DivClassName
{
background-color: #239CCC;
}
.BgClassName
{
background-color: #239CCC;
}
</style>
border-color css
<style>
span { border-color: #239CCC; }
span { border-color: rgb(35,156,204); }
td.TdClassName
{
border-color: #239CCC;
}
.TagClassName
{
border-color: #239CCC;
}
</style>