Shades of Curious Blue #267CC1
Tints of Curious Blue #267CC1
RGB
CMYK
RGB Variations
Color information
#267CC1 (or 0x267CC1) is known color: Curious Blue. HEX triplet: 26, 7C and C1. RGB value is (38,124,193). Sum of RGB (Red+Green+Blue) = 38+124+193=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #267CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267CC1 is #D9833E. Grayscale: #696969. Windows color (decimal): -14254911 or 12680230. OLE color: 12680230.
HSL color Cylindrical-coordinate representation of color #267CC1: hue angle of 206.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267CC1 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 124 | 193 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.24 |
| HSL | 206.71º | 0.67% | 0.45% | - |
| HSV(B) | 206.71º | 0.8% | 0.76% | - |
| XYZ | 17.63 | 18.68 | 53.13 | - |
| YUV | 106.15 | 177.01 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 193 | 0.80 | 0.36 | 0 | 0.24 | 206.71 | 0.67 | 0.45 |
| Hex | 26 | 7C | C1 | 50 | 24 | 0 | 18 | CF | 43 | 2D |
| Octal | 46 | 174 | 301 | 120 | 44 | 0 | 30 | 317 | 103 | 55 |
| Binary | 100110 | 1111100 | 11000001 | 1010000 | 100100 | 0 | 11000 | 11001111 | 1000011 | 101101 |
Color Harmonies of #267CC1
Complementary color
Monochromatic Colors of #267CC1
Black with #267CC1
Text Example
Text Example
White with #267CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267CC1; }
p { color: rgb(38,124,193); }
H1.HeaderClassName
{
color: #267CC1;
}
.AnyTagClassName
{
color: #267CC1;
}
</style>
background-color css
<style>
a { background-color: #267CC1; }
a { background-color: rgb(38,124,193); }
div.DivClassName
{
background-color: #267CC1;
}
.BgClassName
{
background-color: #267CC1;
}
</style>
border-color css
<style>
span { border-color: #267CC1; }
span { border-color: rgb(38,124,193); }
td.TdClassName
{
border-color: #267CC1;
}
.TagClassName
{
border-color: #267CC1;
}
</style>