Shades of Curious Blue #267ACC
Tints of Curious Blue #267ACC
RGB
CMYK
RGB Variations
Color information
#267ACC (or 0x267ACC) is known color: Curious Blue. HEX triplet: 26, 7A and CC. RGB value is (38,122,204). Sum of RGB (Red+Green+Blue) = 38+122+204=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #267ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ACC is #D98533. Grayscale: #696969. Windows color (decimal): -14255412 or 13400614. OLE color: 13400614.
HSL color Cylindrical-coordinate representation of color #267ACC: hue angle of 209.64º 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 #267ACC is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 122 | 204 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.2 |
| HSL | 209.64º | 0.69% | 0.47% | - |
| HSV(B) | 209.64º | 0.81% | 0.8% | - |
| XYZ | 18.66 | 18.69 | 59.75 | - |
| YUV | 106.23 | 183.17 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 204 | 0.81 | 0.40 | 0 | 0.2 | 209.64 | 0.69 | 0.47 |
| Hex | 26 | 7A | CC | 51 | 28 | 0 | 14 | D2 | 45 | 2F |
| Octal | 46 | 172 | 314 | 121 | 50 | 0 | 24 | 322 | 105 | 57 |
| Binary | 100110 | 1111010 | 11001100 | 1010001 | 101000 | 0 | 10100 | 11010010 | 1000101 | 101111 |
Color Harmonies of #267ACC
Complementary color
Monochromatic Colors of #267ACC
Black with #267ACC
Text Example
Text Example
White with #267ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267ACC; }
p { color: rgb(38,122,204); }
H1.HeaderClassName
{
color: #267ACC;
}
.AnyTagClassName
{
color: #267ACC;
}
</style>
background-color css
<style>
a { background-color: #267ACC; }
a { background-color: rgb(38,122,204); }
div.DivClassName
{
background-color: #267ACC;
}
.BgClassName
{
background-color: #267ACC;
}
</style>
border-color css
<style>
span { border-color: #267ACC; }
span { border-color: rgb(38,122,204); }
td.TdClassName
{
border-color: #267ACC;
}
.TagClassName
{
border-color: #267ACC;
}
</style>