Shades of Pelorous #228FCB
Tints of Pelorous #228FCB
RGB
CMYK
RGB Variations
Color information
#228FCB (or 0x228FCB) is known color: Pelorous. HEX triplet: 22, 8F and CB. RGB value is (34,143,203). Sum of RGB (Red+Green+Blue) = 34+143+203=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #228FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FCB is #DD7034. Grayscale: #747474. Windows color (decimal): -14512181 or 13340450. OLE color: 13340450.
HSL color Cylindrical-coordinate representation of color #228FCB: hue angle of 201.3º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228FCB is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 143 | 203 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.20 |
| HSL | 201.3º | 0.71% | 0.46% | - |
| HSV(B) | 201.3º | 0.83% | 0.8% | - |
| XYZ | 21.26 | 24.3 | 60.07 | - |
| YUV | 117.25 | 176.39 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 203 | 0.83 | 0.30 | 0 | 0.20 | 201.3 | 0.71 | 0.46 |
| Hex | 22 | 8F | CB | 53 | 1E | 0 | 14 | C9 | 47 | 2E |
| Octal | 42 | 217 | 313 | 123 | 36 | 0 | 24 | 311 | 107 | 56 |
| Binary | 100010 | 10001111 | 11001011 | 1010011 | 11110 | 0 | 10100 | 11001001 | 1000111 | 101110 |
Color Harmonies of #228FCB
Complementary color
Monochromatic Colors of #228FCB
Black with #228FCB
Text Example
Text Example
White with #228FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FCB; }
p { color: rgb(34,143,203); }
H1.HeaderClassName
{
color: #228FCB;
}
.AnyTagClassName
{
color: #228FCB;
}
</style>
background-color css
<style>
a { background-color: #228FCB; }
a { background-color: rgb(34,143,203); }
div.DivClassName
{
background-color: #228FCB;
}
.BgClassName
{
background-color: #228FCB;
}
</style>
border-color css
<style>
span { border-color: #228FCB; }
span { border-color: rgb(34,143,203); }
td.TdClassName
{
border-color: #228FCB;
}
.TagClassName
{
border-color: #228FCB;
}
</style>