Shades of Curious Blue #267BC3
Tints of Curious Blue #267BC3
RGB
CMYK
RGB Variations
Color information
#267BC3 (or 0x267BC3) is known color: Curious Blue. HEX triplet: 26, 7B and C3. RGB value is (38,123,195). Sum of RGB (Red+Green+Blue) = 38+123+195=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 195 (76.56% from 255 or 54.78% from 356); Max value from RGB is 195 - color contains mainly: blue. Hex color #267BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BC3 is #D9843C. Grayscale: #696969. Windows color (decimal): -14255165 or 12811046. OLE color: 12811046.
HSL color Cylindrical-coordinate representation of color #267BC3: hue angle of 207.52º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267BC3 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 123 | 195 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.24 |
| HSL | 207.52º | 0.67% | 0.46% | - |
| HSV(B) | 207.52º | 0.81% | 0.76% | - |
| XYZ | 17.73 | 18.52 | 54.27 | - |
| YUV | 105.79 | 178.34 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 195 | 0.81 | 0.37 | 0 | 0.24 | 207.52 | 0.67 | 0.46 |
| Hex | 26 | 7B | C3 | 51 | 25 | 0 | 18 | D0 | 43 | 2E |
| Octal | 46 | 173 | 303 | 121 | 45 | 0 | 30 | 320 | 103 | 56 |
| Binary | 100110 | 1111011 | 11000011 | 1010001 | 100101 | 0 | 11000 | 11010000 | 1000011 | 101110 |
Color Harmonies of #267BC3
Complementary color
Monochromatic Colors of #267BC3
Black with #267BC3
Text Example
Text Example
White with #267BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BC3; }
p { color: rgb(38,123,195); }
H1.HeaderClassName
{
color: #267BC3;
}
.AnyTagClassName
{
color: #267BC3;
}
</style>
background-color css
<style>
a { background-color: #267BC3; }
a { background-color: rgb(38,123,195); }
div.DivClassName
{
background-color: #267BC3;
}
.BgClassName
{
background-color: #267BC3;
}
</style>
border-color css
<style>
span { border-color: #267BC3; }
span { border-color: rgb(38,123,195); }
td.TdClassName
{
border-color: #267BC3;
}
.TagClassName
{
border-color: #267BC3;
}
</style>