Shades of Pelorous #268FB3
Tints of Pelorous #268FB3
RGB
CMYK
RGB Variations
Color information
#268FB3 (or 0x268FB3) is known color: Pelorous. HEX triplet: 26, 8F and B3. RGB value is (38,143,179). Sum of RGB (Red+Green+Blue) = 38+143+179=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #268FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268FB3 is #D9704C. Grayscale: #737373. Windows color (decimal): -14250061 or 11767590. OLE color: 11767590.
HSL color Cylindrical-coordinate representation of color #268FB3: hue angle of 195.32º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #268FB3 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 143 | 179 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.30 |
| HSL | 195.32º | 0.65% | 0.43% | - |
| HSV(B) | 195.32º | 0.79% | 0.7% | - |
| XYZ | 18.76 | 23.31 | 46.16 | - |
| YUV | 115.71 | 163.71 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 179 | 0.79 | 0.20 | 0 | 0.30 | 195.32 | 0.65 | 0.43 |
| Hex | 26 | 8F | B3 | 4F | 14 | 0 | 1E | C3 | 41 | 2B |
| Octal | 46 | 217 | 263 | 117 | 24 | 0 | 36 | 303 | 101 | 53 |
| Binary | 100110 | 10001111 | 10110011 | 1001111 | 10100 | 0 | 11110 | 11000011 | 1000001 | 101011 |
Color Harmonies of #268FB3
Complementary color
Monochromatic Colors of #268FB3
Black with #268FB3
Text Example
Text Example
White with #268FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FB3; }
p { color: rgb(38,143,179); }
H1.HeaderClassName
{
color: #268FB3;
}
.AnyTagClassName
{
color: #268FB3;
}
</style>
background-color css
<style>
a { background-color: #268FB3; }
a { background-color: rgb(38,143,179); }
div.DivClassName
{
background-color: #268FB3;
}
.BgClassName
{
background-color: #268FB3;
}
</style>
border-color css
<style>
span { border-color: #268FB3; }
span { border-color: rgb(38,143,179); }
td.TdClassName
{
border-color: #268FB3;
}
.TagClassName
{
border-color: #268FB3;
}
</style>