Shades of Curious Blue #267AD3
Tints of Curious Blue #267AD3
RGB
CMYK
RGB Variations
Color information
#267AD3 (or 0x267AD3) is known color: Curious Blue. HEX triplet: 26, 7A and D3. RGB value is (38,122,211). Sum of RGB (Red+Green+Blue) = 38+122+211=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 211 (82.81% from 255 or 56.87% from 371); Max value from RGB is 211 - color contains mainly: blue. Hex color #267AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267AD3 is #D9852C. Grayscale: #6A6A6A. Windows color (decimal): -14255405 or 13859366. OLE color: 13859366.
HSL color Cylindrical-coordinate representation of color #267AD3: hue angle of 210.87º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #267AD3 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 122 | 211 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.17 |
| HSL | 210.87º | 0.69% | 0.49% | - |
| HSV(B) | 210.87º | 0.82% | 0.83% | - |
| XYZ | 19.52 | 19.03 | 64.27 | - |
| YUV | 107.03 | 186.67 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 211 | 0.82 | 0.42 | 0 | 0.17 | 210.87 | 0.69 | 0.49 |
| Hex | 26 | 7A | D3 | 52 | 2A | 0 | 11 | D3 | 45 | 31 |
| Octal | 46 | 172 | 323 | 122 | 52 | 0 | 21 | 323 | 105 | 61 |
| Binary | 100110 | 1111010 | 11010011 | 1010010 | 101010 | 0 | 10001 | 11010011 | 1000101 | 110001 |
Color Harmonies of #267AD3
Complementary color
Monochromatic Colors of #267AD3
Black with #267AD3
Text Example
Text Example
White with #267AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267AD3; }
p { color: rgb(38,122,211); }
H1.HeaderClassName
{
color: #267AD3;
}
.AnyTagClassName
{
color: #267AD3;
}
</style>
background-color css
<style>
a { background-color: #267AD3; }
a { background-color: rgb(38,122,211); }
div.DivClassName
{
background-color: #267AD3;
}
.BgClassName
{
background-color: #267AD3;
}
</style>
border-color css
<style>
span { border-color: #267AD3; }
span { border-color: rgb(38,122,211); }
td.TdClassName
{
border-color: #267AD3;
}
.TagClassName
{
border-color: #267AD3;
}
</style>