Shades of Curious Blue #267BBB
Tints of Curious Blue #267BBB
RGB
CMYK
RGB Variations
Color information
#267BBB (or 0x267BBB) is known color: Curious Blue. HEX triplet: 26, 7B and BB. RGB value is (38,123,187). Sum of RGB (Red+Green+Blue) = 38+123+187=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #267BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BBB is #D98444. Grayscale: #686868. Windows color (decimal): -14255173 or 12286758. OLE color: 12286758.
HSL color Cylindrical-coordinate representation of color #267BBB: hue angle of 205.77º 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 #267BBB is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 123 | 187 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.27 |
| HSL | 205.77º | 0.66% | 0.44% | - |
| HSV(B) | 205.77º | 0.8% | 0.73% | - |
| XYZ | 16.85 | 18.17 | 49.63 | - |
| YUV | 104.88 | 174.34 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 187 | 0.80 | 0.34 | 0 | 0.27 | 205.77 | 0.66 | 0.44 |
| Hex | 26 | 7B | BB | 50 | 22 | 0 | 1B | CE | 42 | 2C |
| Octal | 46 | 173 | 273 | 120 | 42 | 0 | 33 | 316 | 102 | 54 |
| Binary | 100110 | 1111011 | 10111011 | 1010000 | 100010 | 0 | 11011 | 11001110 | 1000010 | 101100 |
Color Harmonies of #267BBB
Complementary color
Monochromatic Colors of #267BBB
Black with #267BBB
Text Example
Text Example
White with #267BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BBB; }
p { color: rgb(38,123,187); }
H1.HeaderClassName
{
color: #267BBB;
}
.AnyTagClassName
{
color: #267BBB;
}
</style>
background-color css
<style>
a { background-color: #267BBB; }
a { background-color: rgb(38,123,187); }
div.DivClassName
{
background-color: #267BBB;
}
.BgClassName
{
background-color: #267BBB;
}
</style>
border-color css
<style>
span { border-color: #267BBB; }
span { border-color: rgb(38,123,187); }
td.TdClassName
{
border-color: #267BBB;
}
.TagClassName
{
border-color: #267BBB;
}
</style>