Shades of Curious Blue #267CCC
Tints of Curious Blue #267CCC
RGB
CMYK
RGB Variations
Color information
#267CCC (or 0x267CCC) is known color: Curious Blue. HEX triplet: 26, 7C and CC. RGB value is (38,124,204). Sum of RGB (Red+Green+Blue) = 38+124+204=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #267CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267CCC is #D98333. Grayscale: #6B6B6B. Windows color (decimal): -14254900 or 13401126. OLE color: 13401126.
HSL color Cylindrical-coordinate representation of color #267CCC: hue angle of 208.92º 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 #267CCC is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 124 | 204 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.2 |
| HSL | 208.92º | 0.69% | 0.47% | - |
| HSV(B) | 208.92º | 0.81% | 0.8% | - |
| XYZ | 18.91 | 19.19 | 59.83 | - |
| YUV | 107.41 | 182.51 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 204 | 0.81 | 0.39 | 0 | 0.2 | 208.92 | 0.69 | 0.47 |
| Hex | 26 | 7C | CC | 51 | 27 | 0 | 14 | D1 | 45 | 2F |
| Octal | 46 | 174 | 314 | 121 | 47 | 0 | 24 | 321 | 105 | 57 |
| Binary | 100110 | 1111100 | 11001100 | 1010001 | 100111 | 0 | 10100 | 11010001 | 1000101 | 101111 |
Color Harmonies of #267CCC
Complementary color
Monochromatic Colors of #267CCC
Black with #267CCC
Text Example
Text Example
White with #267CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267CCC; }
p { color: rgb(38,124,204); }
H1.HeaderClassName
{
color: #267CCC;
}
.AnyTagClassName
{
color: #267CCC;
}
</style>
background-color css
<style>
a { background-color: #267CCC; }
a { background-color: rgb(38,124,204); }
div.DivClassName
{
background-color: #267CCC;
}
.BgClassName
{
background-color: #267CCC;
}
</style>
border-color css
<style>
span { border-color: #267CCC; }
span { border-color: rgb(38,124,204); }
td.TdClassName
{
border-color: #267CCC;
}
.TagClassName
{
border-color: #267CCC;
}
</style>