Shades of Curious Blue #267BBD
Tints of Curious Blue #267BBD
RGB
CMYK
RGB Variations
Color information
#267BBD (or 0x267BBD) is known color: Curious Blue. HEX triplet: 26, 7B and BD. RGB value is (38,123,189). Sum of RGB (Red+Green+Blue) = 38+123+189=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #267BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BBD is #D98442. Grayscale: #686868. Windows color (decimal): -14255171 or 12417830. OLE color: 12417830.
HSL color Cylindrical-coordinate representation of color #267BBD: hue angle of 206.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267BBD is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 123 | 189 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.26 |
| HSL | 206.23º | 0.67% | 0.45% | - |
| HSV(B) | 206.23º | 0.8% | 0.74% | - |
| XYZ | 17.07 | 18.25 | 50.77 | - |
| YUV | 105.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 189 | 0.80 | 0.35 | 0 | 0.26 | 206.23 | 0.67 | 0.45 |
| Hex | 26 | 7B | BD | 50 | 23 | 0 | 1A | CE | 43 | 2D |
| Octal | 46 | 173 | 275 | 120 | 43 | 0 | 32 | 316 | 103 | 55 |
| Binary | 100110 | 1111011 | 10111101 | 1010000 | 100011 | 0 | 11010 | 11001110 | 1000011 | 101101 |
Color Harmonies of #267BBD
Complementary color
Monochromatic Colors of #267BBD
Black with #267BBD
Text Example
Text Example
White with #267BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BBD; }
p { color: rgb(38,123,189); }
H1.HeaderClassName
{
color: #267BBD;
}
.AnyTagClassName
{
color: #267BBD;
}
</style>
background-color css
<style>
a { background-color: #267BBD; }
a { background-color: rgb(38,123,189); }
div.DivClassName
{
background-color: #267BBD;
}
.BgClassName
{
background-color: #267BBD;
}
</style>
border-color css
<style>
span { border-color: #267BBD; }
span { border-color: rgb(38,123,189); }
td.TdClassName
{
border-color: #267BBD;
}
.TagClassName
{
border-color: #267BBD;
}
</style>