Shades of Pelorous #268CC1
Tints of Pelorous #268CC1
RGB
CMYK
RGB Variations
Color information
#268CC1 (or 0x268CC1) is known color: Pelorous. HEX triplet: 26, 8C and C1. RGB value is (38,140,193). Sum of RGB (Red+Green+Blue) = 38+140+193=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #268CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CC1 is #D9733E. Grayscale: #737373. Windows color (decimal): -14250815 or 12684326. OLE color: 12684326.
HSL color Cylindrical-coordinate representation of color #268CC1: hue angle of 200.52º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268CC1 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 140 | 193 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.24 |
| HSL | 200.52º | 0.67% | 0.45% | - |
| HSV(B) | 200.52º | 0.8% | 0.76% | - |
| XYZ | 19.8 | 23.02 | 53.85 | - |
| YUV | 115.54 | 171.71 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 193 | 0.80 | 0.27 | 0 | 0.24 | 200.52 | 0.67 | 0.45 |
| Hex | 26 | 8C | C1 | 50 | 1B | 0 | 18 | C9 | 43 | 2D |
| Octal | 46 | 214 | 301 | 120 | 33 | 0 | 30 | 311 | 103 | 55 |
| Binary | 100110 | 10001100 | 11000001 | 1010000 | 11011 | 0 | 11000 | 11001001 | 1000011 | 101101 |
Color Harmonies of #268CC1
Complementary color
Monochromatic Colors of #268CC1
Black with #268CC1
Text Example
Text Example
White with #268CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CC1; }
p { color: rgb(38,140,193); }
H1.HeaderClassName
{
color: #268CC1;
}
.AnyTagClassName
{
color: #268CC1;
}
</style>
background-color css
<style>
a { background-color: #268CC1; }
a { background-color: rgb(38,140,193); }
div.DivClassName
{
background-color: #268CC1;
}
.BgClassName
{
background-color: #268CC1;
}
</style>
border-color css
<style>
span { border-color: #268CC1; }
span { border-color: rgb(38,140,193); }
td.TdClassName
{
border-color: #268CC1;
}
.TagClassName
{
border-color: #268CC1;
}
</style>