Shades of Curious Blue #2681CA
Tints of Curious Blue #2681CA
RGB
CMYK
RGB Variations
Color information
#2681CA (or 0x2681CA) is known color: Curious Blue. HEX triplet: 26, 81 and CA. RGB value is (38,129,202). Sum of RGB (Red+Green+Blue) = 38+129+202=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #2681CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2681CA is #D97E35. Grayscale: #6D6D6D. Windows color (decimal): -14253622 or 13271334. OLE color: 13271334.
HSL color Cylindrical-coordinate representation of color #2681CA: hue angle of 206.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2681CA is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 129 | 202 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.21 |
| HSL | 206.71º | 0.68% | 0.47% | - |
| HSV(B) | 206.71º | 0.81% | 0.79% | - |
| XYZ | 19.31 | 20.38 | 58.79 | - |
| YUV | 110.11 | 179.85 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 202 | 0.81 | 0.36 | 0 | 0.21 | 206.71 | 0.68 | 0.47 |
| Hex | 26 | 81 | CA | 51 | 24 | 0 | 15 | CF | 44 | 2F |
| Octal | 46 | 201 | 312 | 121 | 44 | 0 | 25 | 317 | 104 | 57 |
| Binary | 100110 | 10000001 | 11001010 | 1010001 | 100100 | 0 | 10101 | 11001111 | 1000100 | 101111 |
Color Harmonies of #2681CA
Complementary color
Monochromatic Colors of #2681CA
Black with #2681CA
Text Example
Text Example
White with #2681CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2681CA; }
p { color: rgb(38,129,202); }
H1.HeaderClassName
{
color: #2681CA;
}
.AnyTagClassName
{
color: #2681CA;
}
</style>
background-color css
<style>
a { background-color: #2681CA; }
a { background-color: rgb(38,129,202); }
div.DivClassName
{
background-color: #2681CA;
}
.BgClassName
{
background-color: #2681CA;
}
</style>
border-color css
<style>
span { border-color: #2681CA; }
span { border-color: rgb(38,129,202); }
td.TdClassName
{
border-color: #2681CA;
}
.TagClassName
{
border-color: #2681CA;
}
</style>