Shades of Curious Blue #267ACB
Tints of Curious Blue #267ACB
RGB
CMYK
RGB Variations
Color information
#267ACB (or 0x267ACB) is known color: Curious Blue. HEX triplet: 26, 7A and CB. RGB value is (38,122,203). Sum of RGB (Red+Green+Blue) = 38+122+203=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #267ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ACB is #D98534. Grayscale: #696969. Windows color (decimal): -14255413 or 13335078. OLE color: 13335078.
HSL color Cylindrical-coordinate representation of color #267ACB: hue angle of 209.45º degrees, saturation: 0.68, 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 #267ACB is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 122 | 203 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.20 |
| HSL | 209.45º | 0.68% | 0.47% | - |
| HSV(B) | 209.45º | 0.81% | 0.8% | - |
| XYZ | 18.54 | 18.64 | 59.12 | - |
| YUV | 106.12 | 182.67 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 203 | 0.81 | 0.40 | 0 | 0.20 | 209.45 | 0.68 | 0.47 |
| Hex | 26 | 7A | CB | 51 | 28 | 0 | 14 | D1 | 44 | 2F |
| Octal | 46 | 172 | 313 | 121 | 50 | 0 | 24 | 321 | 104 | 57 |
| Binary | 100110 | 1111010 | 11001011 | 1010001 | 101000 | 0 | 10100 | 11010001 | 1000100 | 101111 |
Color Harmonies of #267ACB
Complementary color
Monochromatic Colors of #267ACB
Black with #267ACB
Text Example
Text Example
White with #267ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267ACB; }
p { color: rgb(38,122,203); }
H1.HeaderClassName
{
color: #267ACB;
}
.AnyTagClassName
{
color: #267ACB;
}
</style>
background-color css
<style>
a { background-color: #267ACB; }
a { background-color: rgb(38,122,203); }
div.DivClassName
{
background-color: #267ACB;
}
.BgClassName
{
background-color: #267ACB;
}
</style>
border-color css
<style>
span { border-color: #267ACB; }
span { border-color: rgb(38,122,203); }
td.TdClassName
{
border-color: #267ACB;
}
.TagClassName
{
border-color: #267ACB;
}
</style>