Shades of Pelorous #238DCC
Tints of Pelorous #238DCC
RGB
CMYK
RGB Variations
Color information
#238DCC (or 0x238DCC) is known color: Pelorous. HEX triplet: 23, 8D and CC. RGB value is (35,141,204). Sum of RGB (Red+Green+Blue) = 35+141+204=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #238DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DCC is #DC7233. Grayscale: #747474. Windows color (decimal): -14447156 or 13405475. OLE color: 13405475.
HSL color Cylindrical-coordinate representation of color #238DCC: hue angle of 202.37º 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 #238DCC is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 141 | 204 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.2 |
| HSL | 202.37º | 0.71% | 0.47% | - |
| HSV(B) | 202.37º | 0.83% | 0.8% | - |
| XYZ | 21.12 | 23.77 | 60.6 | - |
| YUV | 116.49 | 177.38 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 204 | 0.83 | 0.31 | 0 | 0.2 | 202.37 | 0.71 | 0.47 |
| Hex | 23 | 8D | CC | 53 | 1F | 0 | 14 | CA | 47 | 2F |
| Octal | 43 | 215 | 314 | 123 | 37 | 0 | 24 | 312 | 107 | 57 |
| Binary | 100011 | 10001101 | 11001100 | 1010011 | 11111 | 0 | 10100 | 11001010 | 1000111 | 101111 |
Color Harmonies of #238DCC
Complementary color
Monochromatic Colors of #238DCC
Black with #238DCC
Text Example
Text Example
White with #238DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238DCC; }
p { color: rgb(35,141,204); }
H1.HeaderClassName
{
color: #238DCC;
}
.AnyTagClassName
{
color: #238DCC;
}
</style>
background-color css
<style>
a { background-color: #238DCC; }
a { background-color: rgb(35,141,204); }
div.DivClassName
{
background-color: #238DCC;
}
.BgClassName
{
background-color: #238DCC;
}
</style>
border-color css
<style>
span { border-color: #238DCC; }
span { border-color: rgb(35,141,204); }
td.TdClassName
{
border-color: #238DCC;
}
.TagClassName
{
border-color: #238DCC;
}
</style>