Shades of Curious Blue #2682BC
Tints of Curious Blue #2682BC
RGB
CMYK
RGB Variations
Color information
#2682BC (or 0x2682BC) is known color: Curious Blue. HEX triplet: 26, 82 and BC. RGB value is (38,130,188). Sum of RGB (Red+Green+Blue) = 38+130+188=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #2682BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2682BC is #D97D43. Grayscale: #6C6C6C. Windows color (decimal): -14253380 or 12354086. OLE color: 12354086.
HSL color Cylindrical-coordinate representation of color #2682BC: hue angle of 203.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2682BC is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 130 | 188 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.26 |
| HSL | 203.2º | 0.66% | 0.44% | - |
| HSV(B) | 203.2º | 0.8% | 0.74% | - |
| XYZ | 17.86 | 20.01 | 50.5 | - |
| YUV | 109.1 | 172.52 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 188 | 0.80 | 0.31 | 0 | 0.26 | 203.2 | 0.66 | 0.44 |
| Hex | 26 | 82 | BC | 50 | 1F | 0 | 1A | CB | 42 | 2C |
| Octal | 46 | 202 | 274 | 120 | 37 | 0 | 32 | 313 | 102 | 54 |
| Binary | 100110 | 10000010 | 10111100 | 1010000 | 11111 | 0 | 11010 | 11001011 | 1000010 | 101100 |
Color Harmonies of #2682BC
Complementary color
Monochromatic Colors of #2682BC
Black with #2682BC
Text Example
Text Example
White with #2682BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2682BC; }
p { color: rgb(38,130,188); }
H1.HeaderClassName
{
color: #2682BC;
}
.AnyTagClassName
{
color: #2682BC;
}
</style>
background-color css
<style>
a { background-color: #2682BC; }
a { background-color: rgb(38,130,188); }
div.DivClassName
{
background-color: #2682BC;
}
.BgClassName
{
background-color: #2682BC;
}
</style>
border-color css
<style>
span { border-color: #2682BC; }
span { border-color: rgb(38,130,188); }
td.TdClassName
{
border-color: #2682BC;
}
.TagClassName
{
border-color: #2682BC;
}
</style>