Shades of Curious Blue #267DC1
Tints of Curious Blue #267DC1
RGB
CMYK
RGB Variations
Color information
#267DC1 (or 0x267DC1) is known color: Curious Blue. HEX triplet: 26, 7D and C1. RGB value is (38,125,193). Sum of RGB (Red+Green+Blue) = 38+125+193=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #267DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DC1 is #D9823E. Grayscale: #6A6A6A. Windows color (decimal): -14254655 or 12680486. OLE color: 12680486.
HSL color Cylindrical-coordinate representation of color #267DC1: hue angle of 206.32º 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 #267DC1 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 125 | 193 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.24 |
| HSL | 206.32º | 0.67% | 0.45% | - |
| HSV(B) | 206.32º | 0.8% | 0.76% | - |
| XYZ | 17.76 | 18.93 | 53.17 | - |
| YUV | 106.74 | 176.68 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 193 | 0.80 | 0.35 | 0 | 0.24 | 206.32 | 0.67 | 0.45 |
| Hex | 26 | 7D | C1 | 50 | 23 | 0 | 18 | CE | 43 | 2D |
| Octal | 46 | 175 | 301 | 120 | 43 | 0 | 30 | 316 | 103 | 55 |
| Binary | 100110 | 1111101 | 11000001 | 1010000 | 100011 | 0 | 11000 | 11001110 | 1000011 | 101101 |
Color Harmonies of #267DC1
Complementary color
Monochromatic Colors of #267DC1
Black with #267DC1
Text Example
Text Example
White with #267DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267DC1; }
p { color: rgb(38,125,193); }
H1.HeaderClassName
{
color: #267DC1;
}
.AnyTagClassName
{
color: #267DC1;
}
</style>
background-color css
<style>
a { background-color: #267DC1; }
a { background-color: rgb(38,125,193); }
div.DivClassName
{
background-color: #267DC1;
}
.BgClassName
{
background-color: #267DC1;
}
</style>
border-color css
<style>
span { border-color: #267DC1; }
span { border-color: rgb(38,125,193); }
td.TdClassName
{
border-color: #267DC1;
}
.TagClassName
{
border-color: #267DC1;
}
</style>