Shades of Curious Blue #267ABC
Tints of Curious Blue #267ABC
RGB
CMYK
RGB Variations
Color information
#267ABC (or 0x267ABC) is known color: Curious Blue. HEX triplet: 26, 7A and BC. RGB value is (38,122,188). Sum of RGB (Red+Green+Blue) = 38+122+188=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #267ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ABC is #D98543. Grayscale: #686868. Windows color (decimal): -14255428 or 12352038. OLE color: 12352038.
HSL color Cylindrical-coordinate representation of color #267ABC: hue angle of 206.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267ABC is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 122 | 188 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.26 |
| HSL | 206.4º | 0.66% | 0.44% | - |
| HSV(B) | 206.4º | 0.8% | 0.74% | - |
| XYZ | 16.84 | 17.96 | 50.16 | - |
| YUV | 104.41 | 175.17 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 188 | 0.80 | 0.35 | 0 | 0.26 | 206.4 | 0.66 | 0.44 |
| Hex | 26 | 7A | BC | 50 | 23 | 0 | 1A | CE | 42 | 2C |
| Octal | 46 | 172 | 274 | 120 | 43 | 0 | 32 | 316 | 102 | 54 |
| Binary | 100110 | 1111010 | 10111100 | 1010000 | 100011 | 0 | 11010 | 11001110 | 1000010 | 101100 |
Color Harmonies of #267ABC
Complementary color
Monochromatic Colors of #267ABC
Black with #267ABC
Text Example
Text Example
White with #267ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267ABC; }
p { color: rgb(38,122,188); }
H1.HeaderClassName
{
color: #267ABC;
}
.AnyTagClassName
{
color: #267ABC;
}
</style>
background-color css
<style>
a { background-color: #267ABC; }
a { background-color: rgb(38,122,188); }
div.DivClassName
{
background-color: #267ABC;
}
.BgClassName
{
background-color: #267ABC;
}
</style>
border-color css
<style>
span { border-color: #267ABC; }
span { border-color: rgb(38,122,188); }
td.TdClassName
{
border-color: #267ABC;
}
.TagClassName
{
border-color: #267ABC;
}
</style>