Shades of Curious Blue #267BBC
Tints of Curious Blue #267BBC
RGB
CMYK
RGB Variations
Color information
#267BBC (or 0x267BBC) is known color: Curious Blue. HEX triplet: 26, 7B and BC. RGB value is (38,123,188). Sum of RGB (Red+Green+Blue) = 38+123+188=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #267BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BBC is #D98443. Grayscale: #686868. Windows color (decimal): -14255172 or 12352294. OLE color: 12352294.
HSL color Cylindrical-coordinate representation of color #267BBC: hue angle of 206º 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 #267BBC is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 123 | 188 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.26 |
| HSL | 206º | 0.66% | 0.44% | - |
| HSV(B) | 206º | 0.8% | 0.74% | - |
| XYZ | 16.96 | 18.21 | 50.2 | - |
| YUV | 105 | 174.84 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 188 | 0.80 | 0.35 | 0 | 0.26 | 206 | 0.66 | 0.44 |
| Hex | 26 | 7B | BC | 50 | 23 | 0 | 1A | CE | 42 | 2C |
| Octal | 46 | 173 | 274 | 120 | 43 | 0 | 32 | 316 | 102 | 54 |
| Binary | 100110 | 1111011 | 10111100 | 1010000 | 100011 | 0 | 11010 | 11001110 | 1000010 | 101100 |
Color Harmonies of #267BBC
Complementary color
Monochromatic Colors of #267BBC
Black with #267BBC
Text Example
Text Example
White with #267BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BBC; }
p { color: rgb(38,123,188); }
H1.HeaderClassName
{
color: #267BBC;
}
.AnyTagClassName
{
color: #267BBC;
}
</style>
background-color css
<style>
a { background-color: #267BBC; }
a { background-color: rgb(38,123,188); }
div.DivClassName
{
background-color: #267BBC;
}
.BgClassName
{
background-color: #267BBC;
}
</style>
border-color css
<style>
span { border-color: #267BBC; }
span { border-color: rgb(38,123,188); }
td.TdClassName
{
border-color: #267BBC;
}
.TagClassName
{
border-color: #267BBC;
}
</style>