Shades of Pelorous #2389C4
Tints of Pelorous #2389C4
RGB
CMYK
RGB Variations
Color information
#2389C4 (or 0x2389C4) is known color: Pelorous. HEX triplet: 23, 89 and C4. RGB value is (35,137,196). Sum of RGB (Red+Green+Blue) = 35+137+196=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 196 (76.95% from 255 or 53.26% from 368); Max value from RGB is 196 - color contains mainly: blue. Hex color #2389C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2389C4 is #DC763B. Grayscale: #707070. Windows color (decimal): -14448188 or 12880163. OLE color: 12880163.
HSL color Cylindrical-coordinate representation of color #2389C4: hue angle of 201.99º 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 #2389C4 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 137 | 196 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.23 |
| HSL | 201.99º | 0.7% | 0.45% | - |
| HSV(B) | 201.99º | 0.82% | 0.77% | - |
| XYZ | 19.6 | 22.23 | 55.48 | - |
| YUV | 113.23 | 174.71 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 196 | 0.82 | 0.30 | 0 | 0.23 | 201.99 | 0.7 | 0.45 |
| Hex | 23 | 89 | C4 | 52 | 1E | 0 | 17 | CA | 46 | 2D |
| Octal | 43 | 211 | 304 | 122 | 36 | 0 | 27 | 312 | 106 | 55 |
| Binary | 100011 | 10001001 | 11000100 | 1010010 | 11110 | 0 | 10111 | 11001010 | 1000110 | 101101 |
Color Harmonies of #2389C4
Complementary color
Monochromatic Colors of #2389C4
Black with #2389C4
Text Example
Text Example
White with #2389C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2389C4; }
p { color: rgb(35,137,196); }
H1.HeaderClassName
{
color: #2389C4;
}
.AnyTagClassName
{
color: #2389C4;
}
</style>
background-color css
<style>
a { background-color: #2389C4; }
a { background-color: rgb(35,137,196); }
div.DivClassName
{
background-color: #2389C4;
}
.BgClassName
{
background-color: #2389C4;
}
</style>
border-color css
<style>
span { border-color: #2389C4; }
span { border-color: rgb(35,137,196); }
td.TdClassName
{
border-color: #2389C4;
}
.TagClassName
{
border-color: #2389C4;
}
</style>