Shades of Pelorous #228DCD
Tints of Pelorous #228DCD
RGB
CMYK
RGB Variations
Color information
#228DCD (or 0x228DCD) is known color: Pelorous. HEX triplet: 22, 8D and CD. RGB value is (34,141,205). Sum of RGB (Red+Green+Blue) = 34+141+205=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #228DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DCD is #DD7232. Grayscale: #737373. Windows color (decimal): -14512691 or 13471010. OLE color: 13471010.
HSL color Cylindrical-coordinate representation of color #228DCD: hue angle of 202.46º degrees, saturation: 0.72, 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 #228DCD is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 141 | 205 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.20 |
| HSL | 202.46º | 0.72% | 0.47% | - |
| HSV(B) | 202.46º | 0.83% | 0.8% | - |
| XYZ | 21.2 | 23.8 | 61.23 | - |
| YUV | 116.3 | 178.05 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 205 | 0.83 | 0.31 | 0 | 0.20 | 202.46 | 0.72 | 0.47 |
| Hex | 22 | 8D | CD | 53 | 1F | 0 | 14 | CA | 48 | 2F |
| Octal | 42 | 215 | 315 | 123 | 37 | 0 | 24 | 312 | 110 | 57 |
| Binary | 100010 | 10001101 | 11001101 | 1010011 | 11111 | 0 | 10100 | 11001010 | 1001000 | 101111 |
Color Harmonies of #228DCD
Complementary color
Monochromatic Colors of #228DCD
Black with #228DCD
Text Example
Text Example
White with #228DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DCD; }
p { color: rgb(34,141,205); }
H1.HeaderClassName
{
color: #228DCD;
}
.AnyTagClassName
{
color: #228DCD;
}
</style>
background-color css
<style>
a { background-color: #228DCD; }
a { background-color: rgb(34,141,205); }
div.DivClassName
{
background-color: #228DCD;
}
.BgClassName
{
background-color: #228DCD;
}
</style>
border-color css
<style>
span { border-color: #228DCD; }
span { border-color: rgb(34,141,205); }
td.TdClassName
{
border-color: #228DCD;
}
.TagClassName
{
border-color: #228DCD;
}
</style>