Shades of Curious Blue #267CBB
Tints of Curious Blue #267CBB
RGB
CMYK
RGB Variations
Color information
#267CBB (or 0x267CBB) is known color: Curious Blue. HEX triplet: 26, 7C and BB. RGB value is (38,124,187). Sum of RGB (Red+Green+Blue) = 38+124+187=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #267CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267CBB is #D98344. Grayscale: #696969. Windows color (decimal): -14254917 or 12287014. OLE color: 12287014.
HSL color Cylindrical-coordinate representation of color #267CBB: hue angle of 205.37º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267CBB is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 124 | 187 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.27 |
| HSL | 205.37º | 0.66% | 0.44% | - |
| HSV(B) | 205.37º | 0.8% | 0.73% | - |
| XYZ | 16.98 | 18.42 | 49.67 | - |
| YUV | 105.47 | 174.01 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 187 | 0.80 | 0.34 | 0 | 0.27 | 205.37 | 0.66 | 0.44 |
| Hex | 26 | 7C | BB | 50 | 22 | 0 | 1B | CD | 42 | 2C |
| Octal | 46 | 174 | 273 | 120 | 42 | 0 | 33 | 315 | 102 | 54 |
| Binary | 100110 | 1111100 | 10111011 | 1010000 | 100010 | 0 | 11011 | 11001101 | 1000010 | 101100 |
Color Harmonies of #267CBB
Complementary color
Monochromatic Colors of #267CBB
Black with #267CBB
Text Example
Text Example
White with #267CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267CBB; }
p { color: rgb(38,124,187); }
H1.HeaderClassName
{
color: #267CBB;
}
.AnyTagClassName
{
color: #267CBB;
}
</style>
background-color css
<style>
a { background-color: #267CBB; }
a { background-color: rgb(38,124,187); }
div.DivClassName
{
background-color: #267CBB;
}
.BgClassName
{
background-color: #267CBB;
}
</style>
border-color css
<style>
span { border-color: #267CBB; }
span { border-color: rgb(38,124,187); }
td.TdClassName
{
border-color: #267CBB;
}
.TagClassName
{
border-color: #267CBB;
}
</style>