Shades of Pelorous #239BC4
Tints of Pelorous #239BC4
RGB
CMYK
RGB Variations
Color information
#239BC4 (or 0x239BC4) is known color: Pelorous. HEX triplet: 23, 9B and C4. RGB value is (35,155,196). Sum of RGB (Red+Green+Blue) = 35+155+196=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #239BC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BC4 is #DC643B. Grayscale: #7B7B7B. Windows color (decimal): -14443580 or 12884771. OLE color: 12884771.
HSL color Cylindrical-coordinate representation of color #239BC4: hue angle of 195.28º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #239BC4 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 155 | 196 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.23 |
| HSL | 195.28º | 0.7% | 0.45% | - |
| HSV(B) | 195.28º | 0.82% | 0.77% | - |
| XYZ | 22.38 | 27.79 | 56.41 | - |
| YUV | 123.79 | 168.74 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 196 | 0.82 | 0.21 | 0 | 0.23 | 195.28 | 0.7 | 0.45 |
| Hex | 23 | 9B | C4 | 52 | 15 | 0 | 17 | C3 | 46 | 2D |
| Octal | 43 | 233 | 304 | 122 | 25 | 0 | 27 | 303 | 106 | 55 |
| Binary | 100011 | 10011011 | 11000100 | 1010010 | 10101 | 0 | 10111 | 11000011 | 1000110 | 101101 |
Color Harmonies of #239BC4
Complementary color
Monochromatic Colors of #239BC4
Black with #239BC4
Text Example
Text Example
White with #239BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BC4; }
p { color: rgb(35,155,196); }
H1.HeaderClassName
{
color: #239BC4;
}
.AnyTagClassName
{
color: #239BC4;
}
</style>
background-color css
<style>
a { background-color: #239BC4; }
a { background-color: rgb(35,155,196); }
div.DivClassName
{
background-color: #239BC4;
}
.BgClassName
{
background-color: #239BC4;
}
</style>
border-color css
<style>
span { border-color: #239BC4; }
span { border-color: rgb(35,155,196); }
td.TdClassName
{
border-color: #239BC4;
}
.TagClassName
{
border-color: #239BC4;
}
</style>