Shades of Pelorous #268CAD
Tints of Pelorous #268CAD
RGB
CMYK
RGB Variations
Color information
#268CAD (or 0x268CAD) is known color: Pelorous. HEX triplet: 26, 8C and AD. RGB value is (38,140,173). Sum of RGB (Red+Green+Blue) = 38+140+173=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #268CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268CAD is #D97352. Grayscale: #717171. Windows color (decimal): -14250835 or 11373606. OLE color: 11373606.
HSL color Cylindrical-coordinate representation of color #268CAD: hue angle of 194.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268CAD is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 140 | 173 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.32 |
| HSL | 194.67º | 0.64% | 0.41% | - |
| HSV(B) | 194.67º | 0.78% | 0.68% | - |
| XYZ | 17.72 | 22.19 | 42.88 | - |
| YUV | 113.26 | 161.71 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 173 | 0.78 | 0.19 | 0 | 0.32 | 194.67 | 0.64 | 0.41 |
| Hex | 26 | 8C | AD | 4E | 13 | 0 | 20 | C3 | 40 | 29 |
| Octal | 46 | 214 | 255 | 116 | 23 | 0 | 40 | 303 | 100 | 51 |
| Binary | 100110 | 10001100 | 10101101 | 1001110 | 10011 | 0 | 100000 | 11000011 | 1000000 | 101001 |
Color Harmonies of #268CAD
Complementary color
Monochromatic Colors of #268CAD
Black with #268CAD
Text Example
Text Example
White with #268CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CAD; }
p { color: rgb(38,140,173); }
H1.HeaderClassName
{
color: #268CAD;
}
.AnyTagClassName
{
color: #268CAD;
}
</style>
background-color css
<style>
a { background-color: #268CAD; }
a { background-color: rgb(38,140,173); }
div.DivClassName
{
background-color: #268CAD;
}
.BgClassName
{
background-color: #268CAD;
}
</style>
border-color css
<style>
span { border-color: #268CAD; }
span { border-color: rgb(38,140,173); }
td.TdClassName
{
border-color: #268CAD;
}
.TagClassName
{
border-color: #268CAD;
}
</style>