Shades of Curious Blue #367AB3
Tints of Curious Blue #367AB3
RGB
CMYK
RGB Variations
Color information
#367AB3 (or 0x367AB3) is known color: Curious Blue. HEX triplet: 36, 7A and B3. RGB value is (54,122,179). Sum of RGB (Red+Green+Blue) = 54+122+179=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #367AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367AB3 is #C9854C. Grayscale: #6B6B6B. Windows color (decimal): -13206861 or 11762230. OLE color: 11762230.
HSL color Cylindrical-coordinate representation of color #367AB3: hue angle of 207.36º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #367AB3 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 122 | 179 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.30 |
| HSL | 207.36º | 0.54% | 0.46% | - |
| HSV(B) | 207.36º | 0.7% | 0.7% | - |
| XYZ | 16.62 | 17.96 | 45.24 | - |
| YUV | 108.17 | 167.97 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 179 | 0.70 | 0.32 | 0 | 0.30 | 207.36 | 0.54 | 0.46 |
| Hex | 36 | 7A | B3 | 46 | 20 | 0 | 1E | CF | 36 | 2E |
| Octal | 66 | 172 | 263 | 106 | 40 | 0 | 36 | 317 | 66 | 56 |
| Binary | 110110 | 1111010 | 10110011 | 1000110 | 100000 | 0 | 11110 | 11001111 | 110110 | 101110 |
Color Harmonies of #367AB3
Complementary color
Monochromatic Colors of #367AB3
Black with #367AB3
Text Example
Text Example
White with #367AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367AB3; }
p { color: rgb(54,122,179); }
H1.HeaderClassName
{
color: #367AB3;
}
.AnyTagClassName
{
color: #367AB3;
}
</style>
background-color css
<style>
a { background-color: #367AB3; }
a { background-color: rgb(54,122,179); }
div.DivClassName
{
background-color: #367AB3;
}
.BgClassName
{
background-color: #367AB3;
}
</style>
border-color css
<style>
span { border-color: #367AB3; }
span { border-color: rgb(54,122,179); }
td.TdClassName
{
border-color: #367AB3;
}
.TagClassName
{
border-color: #367AB3;
}
</style>