Shades of Curious Blue #267ECC
Tints of Curious Blue #267ECC
RGB
CMYK
RGB Variations
Color information
#267ECC (or 0x267ECC) is known color: Curious Blue. HEX triplet: 26, 7E and CC. RGB value is (38,126,204). Sum of RGB (Red+Green+Blue) = 38+126+204=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #267ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ECC is #D98133. Grayscale: #6C6C6C. Windows color (decimal): -14254388 or 13401638. OLE color: 13401638.
HSL color Cylindrical-coordinate representation of color #267ECC: hue angle of 208.19º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267ECC is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 126 | 204 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.2 |
| HSL | 208.19º | 0.69% | 0.47% | - |
| HSV(B) | 208.19º | 0.81% | 0.8% | - |
| XYZ | 19.16 | 19.69 | 59.92 | - |
| YUV | 108.58 | 181.85 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 204 | 0.81 | 0.38 | 0 | 0.2 | 208.19 | 0.69 | 0.47 |
| Hex | 26 | 7E | CC | 51 | 26 | 0 | 14 | D0 | 45 | 2F |
| Octal | 46 | 176 | 314 | 121 | 46 | 0 | 24 | 320 | 105 | 57 |
| Binary | 100110 | 1111110 | 11001100 | 1010001 | 100110 | 0 | 10100 | 11010000 | 1000101 | 101111 |
Color Harmonies of #267ECC
Complementary color
Monochromatic Colors of #267ECC
Black with #267ECC
Text Example
Text Example
White with #267ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267ECC; }
p { color: rgb(38,126,204); }
H1.HeaderClassName
{
color: #267ECC;
}
.AnyTagClassName
{
color: #267ECC;
}
</style>
background-color css
<style>
a { background-color: #267ECC; }
a { background-color: rgb(38,126,204); }
div.DivClassName
{
background-color: #267ECC;
}
.BgClassName
{
background-color: #267ECC;
}
</style>
border-color css
<style>
span { border-color: #267ECC; }
span { border-color: rgb(38,126,204); }
td.TdClassName
{
border-color: #267ECC;
}
.TagClassName
{
border-color: #267ECC;
}
</style>