Shades of Curious Blue #2681AF
Tints of Curious Blue #2681AF
RGB
CMYK
RGB Variations
Color information
#2681AF (or 0x2681AF) is known color: Curious Blue. HEX triplet: 26, 81 and AF. RGB value is (38,129,175). Sum of RGB (Red+Green+Blue) = 38+129+175=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #2681AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2681AF is #D97E50. Grayscale: #6A6A6A. Windows color (decimal): -14253649 or 11501862. OLE color: 11501862.
HSL color Cylindrical-coordinate representation of color #2681AF: hue angle of 200.15º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2681AF is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 129 | 175 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.31 |
| HSL | 200.15º | 0.64% | 0.42% | - |
| HSV(B) | 200.15º | 0.78% | 0.69% | - |
| XYZ | 16.39 | 19.21 | 43.4 | - |
| YUV | 107.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 175 | 0.78 | 0.26 | 0 | 0.31 | 200.15 | 0.64 | 0.42 |
| Hex | 26 | 81 | AF | 4E | 1A | 0 | 1F | C8 | 40 | 2A |
| Octal | 46 | 201 | 257 | 116 | 32 | 0 | 37 | 310 | 100 | 52 |
| Binary | 100110 | 10000001 | 10101111 | 1001110 | 11010 | 0 | 11111 | 11001000 | 1000000 | 101010 |
Color Harmonies of #2681AF
Complementary color
Monochromatic Colors of #2681AF
Black with #2681AF
Text Example
Text Example
White with #2681AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2681AF; }
p { color: rgb(38,129,175); }
H1.HeaderClassName
{
color: #2681AF;
}
.AnyTagClassName
{
color: #2681AF;
}
</style>
background-color css
<style>
a { background-color: #2681AF; }
a { background-color: rgb(38,129,175); }
div.DivClassName
{
background-color: #2681AF;
}
.BgClassName
{
background-color: #2681AF;
}
</style>
border-color css
<style>
span { border-color: #2681AF; }
span { border-color: rgb(38,129,175); }
td.TdClassName
{
border-color: #2681AF;
}
.TagClassName
{
border-color: #2681AF;
}
</style>