Shades of Curious Blue #2685B8
Tints of Curious Blue #2685B8
RGB
CMYK
RGB Variations
Color information
#2685B8 (or 0x2685B8) is known color: Curious Blue. HEX triplet: 26, 85 and B8. RGB value is (38,133,184). Sum of RGB (Red+Green+Blue) = 38+133+184=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 184 (72.27% from 255 or 51.83% from 355); Max value from RGB is 184 - color contains mainly: blue. Hex color #2685B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2685B8 is #D97A47. Grayscale: #6E6E6E. Windows color (decimal): -14252616 or 12092710. OLE color: 12092710.
HSL color Cylindrical-coordinate representation of color #2685B8: hue angle of 200.96º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2685B8 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 133 | 184 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.28 |
| HSL | 200.96º | 0.66% | 0.44% | - |
| HSV(B) | 200.96º | 0.79% | 0.72% | - |
| XYZ | 17.84 | 20.65 | 48.39 | - |
| YUV | 110.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 184 | 0.79 | 0.28 | 0 | 0.28 | 200.96 | 0.66 | 0.44 |
| Hex | 26 | 85 | B8 | 4F | 1C | 0 | 1C | C9 | 42 | 2C |
| Octal | 46 | 205 | 270 | 117 | 34 | 0 | 34 | 311 | 102 | 54 |
| Binary | 100110 | 10000101 | 10111000 | 1001111 | 11100 | 0 | 11100 | 11001001 | 1000010 | 101100 |
Color Harmonies of #2685B8
Complementary color
Monochromatic Colors of #2685B8
Black with #2685B8
Text Example
Text Example
White with #2685B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2685B8; }
p { color: rgb(38,133,184); }
H1.HeaderClassName
{
color: #2685B8;
}
.AnyTagClassName
{
color: #2685B8;
}
</style>
background-color css
<style>
a { background-color: #2685B8; }
a { background-color: rgb(38,133,184); }
div.DivClassName
{
background-color: #2685B8;
}
.BgClassName
{
background-color: #2685B8;
}
</style>
border-color css
<style>
span { border-color: #2685B8; }
span { border-color: rgb(38,133,184); }
td.TdClassName
{
border-color: #2685B8;
}
.TagClassName
{
border-color: #2685B8;
}
</style>