Shades of Pelorous #269DB3
Tints of Pelorous #269DB3
RGB
CMYK
RGB Variations
Color information
#269DB3 (or 0x269DB3) is known color: Pelorous. HEX triplet: 26, 9D and B3. RGB value is (38,157,179). Sum of RGB (Red+Green+Blue) = 38+157+179=374 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.16% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #269DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269DB3 is #D9624C. Grayscale: #7B7B7B. Windows color (decimal): -14246477 or 11771174. OLE color: 11771174.
HSL color Cylindrical-coordinate representation of color #269DB3: hue angle of 189.36º 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 #269DB3 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 157 | 179 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.30 |
| HSL | 189.36º | 0.65% | 0.43% | - |
| HSV(B) | 189.36º | 0.79% | 0.7% | - |
| XYZ | 20.99 | 27.78 | 46.9 | - |
| YUV | 123.93 | 159.08 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 179 | 0.79 | 0.12 | 0 | 0.30 | 189.36 | 0.65 | 0.43 |
| Hex | 26 | 9D | B3 | 4F | C | 0 | 1E | BD | 41 | 2B |
| Octal | 46 | 235 | 263 | 117 | 14 | 0 | 36 | 275 | 101 | 53 |
| Binary | 100110 | 10011101 | 10110011 | 1001111 | 1100 | 0 | 11110 | 10111101 | 1000001 | 101011 |
Color Harmonies of #269DB3
Complementary color
Monochromatic Colors of #269DB3
Black with #269DB3
Text Example
Text Example
White with #269DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DB3; }
p { color: rgb(38,157,179); }
H1.HeaderClassName
{
color: #269DB3;
}
.AnyTagClassName
{
color: #269DB3;
}
</style>
background-color css
<style>
a { background-color: #269DB3; }
a { background-color: rgb(38,157,179); }
div.DivClassName
{
background-color: #269DB3;
}
.BgClassName
{
background-color: #269DB3;
}
</style>
border-color css
<style>
span { border-color: #269DB3; }
span { border-color: rgb(38,157,179); }
td.TdClassName
{
border-color: #269DB3;
}
.TagClassName
{
border-color: #269DB3;
}
</style>