Shades of Pelorous #268CC3
Tints of Pelorous #268CC3
RGB
CMYK
RGB Variations
Color information
#268CC3 (or 0x268CC3) is known color: Pelorous. HEX triplet: 26, 8C and C3. RGB value is (38,140,195). Sum of RGB (Red+Green+Blue) = 38+140+195=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #268CC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CC3 is #D9733C. Grayscale: #737373. Windows color (decimal): -14250813 or 12815398. OLE color: 12815398.
HSL color Cylindrical-coordinate representation of color #268CC3: hue angle of 201.02º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268CC3 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 140 | 195 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.24 |
| HSL | 201.02º | 0.67% | 0.46% | - |
| HSV(B) | 201.02º | 0.81% | 0.76% | - |
| XYZ | 20.03 | 23.11 | 55.03 | - |
| YUV | 115.77 | 172.71 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 195 | 0.81 | 0.28 | 0 | 0.24 | 201.02 | 0.67 | 0.46 |
| Hex | 26 | 8C | C3 | 51 | 1C | 0 | 18 | C9 | 43 | 2E |
| Octal | 46 | 214 | 303 | 121 | 34 | 0 | 30 | 311 | 103 | 56 |
| Binary | 100110 | 10001100 | 11000011 | 1010001 | 11100 | 0 | 11000 | 11001001 | 1000011 | 101110 |
Color Harmonies of #268CC3
Complementary color
Monochromatic Colors of #268CC3
Black with #268CC3
Text Example
Text Example
White with #268CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CC3; }
p { color: rgb(38,140,195); }
H1.HeaderClassName
{
color: #268CC3;
}
.AnyTagClassName
{
color: #268CC3;
}
</style>
background-color css
<style>
a { background-color: #268CC3; }
a { background-color: rgb(38,140,195); }
div.DivClassName
{
background-color: #268CC3;
}
.BgClassName
{
background-color: #268CC3;
}
</style>
border-color css
<style>
span { border-color: #268CC3; }
span { border-color: rgb(38,140,195); }
td.TdClassName
{
border-color: #268CC3;
}
.TagClassName
{
border-color: #268CC3;
}
</style>