Shades of Curious Blue #267EC6
Tints of Curious Blue #267EC6
RGB
CMYK
RGB Variations
Color information
#267EC6 (or 0x267EC6) is known color: Curious Blue. HEX triplet: 26, 7E and C6. RGB value is (38,126,198). Sum of RGB (Red+Green+Blue) = 38+126+198=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #267EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EC6 is #D98139. Grayscale: #6B6B6B. Windows color (decimal): -14254394 or 13008422. OLE color: 13008422.
HSL color Cylindrical-coordinate representation of color #267EC6: hue angle of 207º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267EC6 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 126 | 198 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.22 |
| HSL | 207º | 0.68% | 0.46% | - |
| HSV(B) | 207º | 0.81% | 0.78% | - |
| XYZ | 18.45 | 19.41 | 56.2 | - |
| YUV | 107.9 | 178.85 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 198 | 0.81 | 0.36 | 0 | 0.22 | 207 | 0.68 | 0.46 |
| Hex | 26 | 7E | C6 | 51 | 24 | 0 | 16 | CF | 44 | 2E |
| Octal | 46 | 176 | 306 | 121 | 44 | 0 | 26 | 317 | 104 | 56 |
| Binary | 100110 | 1111110 | 11000110 | 1010001 | 100100 | 0 | 10110 | 11001111 | 1000100 | 101110 |
Color Harmonies of #267EC6
Complementary color
Monochromatic Colors of #267EC6
Black with #267EC6
Text Example
Text Example
White with #267EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267EC6; }
p { color: rgb(38,126,198); }
H1.HeaderClassName
{
color: #267EC6;
}
.AnyTagClassName
{
color: #267EC6;
}
</style>
background-color css
<style>
a { background-color: #267EC6; }
a { background-color: rgb(38,126,198); }
div.DivClassName
{
background-color: #267EC6;
}
.BgClassName
{
background-color: #267EC6;
}
</style>
border-color css
<style>
span { border-color: #267EC6; }
span { border-color: rgb(38,126,198); }
td.TdClassName
{
border-color: #267EC6;
}
.TagClassName
{
border-color: #267EC6;
}
</style>