Shades of Pelorous #239CB2
Tints of Pelorous #239CB2
RGB
CMYK
RGB Variations
Color information
#239CB2 (or 0x239CB2) is known color: Pelorous. HEX triplet: 23, 9C and B2. RGB value is (35,156,178). Sum of RGB (Red+Green+Blue) = 35+156+178=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #239CB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239CB2 is #DC634D. Grayscale: #7A7A7A. Windows color (decimal): -14443342 or 11705379. OLE color: 11705379.
HSL color Cylindrical-coordinate representation of color #239CB2: hue angle of 189.23º 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 #239CB2 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 156 | 178 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.30 |
| HSL | 189.23º | 0.67% | 0.42% | - |
| HSV(B) | 189.23º | 0.8% | 0.7% | - |
| XYZ | 20.62 | 27.35 | 46.31 | - |
| YUV | 122.33 | 159.41 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 178 | 0.80 | 0.12 | 0 | 0.30 | 189.23 | 0.67 | 0.42 |
| Hex | 23 | 9C | B2 | 50 | C | 0 | 1E | BD | 43 | 2A |
| Octal | 43 | 234 | 262 | 120 | 14 | 0 | 36 | 275 | 103 | 52 |
| Binary | 100011 | 10011100 | 10110010 | 1010000 | 1100 | 0 | 11110 | 10111101 | 1000011 | 101010 |
Color Harmonies of #239CB2
Complementary color
Monochromatic Colors of #239CB2
Black with #239CB2
Text Example
Text Example
White with #239CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239CB2; }
p { color: rgb(35,156,178); }
H1.HeaderClassName
{
color: #239CB2;
}
.AnyTagClassName
{
color: #239CB2;
}
</style>
background-color css
<style>
a { background-color: #239CB2; }
a { background-color: rgb(35,156,178); }
div.DivClassName
{
background-color: #239CB2;
}
.BgClassName
{
background-color: #239CB2;
}
</style>
border-color css
<style>
span { border-color: #239CB2; }
span { border-color: rgb(35,156,178); }
td.TdClassName
{
border-color: #239CB2;
}
.TagClassName
{
border-color: #239CB2;
}
</style>