Shades of Pelorous #2693D1
Tints of Pelorous #2693D1
RGB
CMYK
RGB Variations
Color information
#2693D1 (or 0x2693D1) is known color: Pelorous. HEX triplet: 26, 93 and D1. RGB value is (38,147,209). Sum of RGB (Red+Green+Blue) = 38+147+209=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #2693D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2693D1 is #D96C2E. Grayscale: #797979. Windows color (decimal): -14249007 or 13734694. OLE color: 13734694.
HSL color Cylindrical-coordinate representation of color #2693D1: hue angle of 201.75º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2693D1 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 147 | 209 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.18 |
| HSL | 201.75º | 0.69% | 0.48% | - |
| HSV(B) | 201.75º | 0.82% | 0.82% | - |
| XYZ | 22.74 | 25.88 | 64.12 | - |
| YUV | 121.48 | 177.39 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 209 | 0.82 | 0.30 | 0 | 0.18 | 201.75 | 0.69 | 0.48 |
| Hex | 26 | 93 | D1 | 52 | 1E | 0 | 12 | CA | 45 | 30 |
| Octal | 46 | 223 | 321 | 122 | 36 | 0 | 22 | 312 | 105 | 60 |
| Binary | 100110 | 10010011 | 11010001 | 1010010 | 11110 | 0 | 10010 | 11001010 | 1000101 | 110000 |
Color Harmonies of #2693D1
Complementary color
Monochromatic Colors of #2693D1
Black with #2693D1
Text Example
Text Example
White with #2693D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2693D1; }
p { color: rgb(38,147,209); }
H1.HeaderClassName
{
color: #2693D1;
}
.AnyTagClassName
{
color: #2693D1;
}
</style>
background-color css
<style>
a { background-color: #2693D1; }
a { background-color: rgb(38,147,209); }
div.DivClassName
{
background-color: #2693D1;
}
.BgClassName
{
background-color: #2693D1;
}
</style>
border-color css
<style>
span { border-color: #2693D1; }
span { border-color: rgb(38,147,209); }
td.TdClassName
{
border-color: #2693D1;
}
.TagClassName
{
border-color: #2693D1;
}
</style>