Shades of Curious Blue #2681CC
Tints of Curious Blue #2681CC
RGB
CMYK
RGB Variations
Color information
#2681CC (or 0x2681CC) is known color: Curious Blue. HEX triplet: 26, 81 and CC. RGB value is (38,129,204). Sum of RGB (Red+Green+Blue) = 38+129+204=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #2681CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2681CC is #D97E33. Grayscale: #6D6D6D. Windows color (decimal): -14253620 or 13402406. OLE color: 13402406.
HSL color Cylindrical-coordinate representation of color #2681CC: hue angle of 207.11º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2681CC is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 129 | 204 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.2 |
| HSL | 207.11º | 0.69% | 0.47% | - |
| HSV(B) | 207.11º | 0.81% | 0.8% | - |
| XYZ | 19.55 | 20.47 | 60.05 | - |
| YUV | 110.34 | 180.85 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 204 | 0.81 | 0.37 | 0 | 0.2 | 207.11 | 0.69 | 0.47 |
| Hex | 26 | 81 | CC | 51 | 25 | 0 | 14 | CF | 45 | 2F |
| Octal | 46 | 201 | 314 | 121 | 45 | 0 | 24 | 317 | 105 | 57 |
| Binary | 100110 | 10000001 | 11001100 | 1010001 | 100101 | 0 | 10100 | 11001111 | 1000101 | 101111 |
Color Harmonies of #2681CC
Complementary color
Monochromatic Colors of #2681CC
Black with #2681CC
Text Example
Text Example
White with #2681CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2681CC; }
p { color: rgb(38,129,204); }
H1.HeaderClassName
{
color: #2681CC;
}
.AnyTagClassName
{
color: #2681CC;
}
</style>
background-color css
<style>
a { background-color: #2681CC; }
a { background-color: rgb(38,129,204); }
div.DivClassName
{
background-color: #2681CC;
}
.BgClassName
{
background-color: #2681CC;
}
</style>
border-color css
<style>
span { border-color: #2681CC; }
span { border-color: rgb(38,129,204); }
td.TdClassName
{
border-color: #2681CC;
}
.TagClassName
{
border-color: #2681CC;
}
</style>