Shades of Curious Blue #367AAF
Tints of Curious Blue #367AAF
RGB
CMYK
RGB Variations
Color information
#367AAF (or 0x367AAF) is known color: Curious Blue. HEX triplet: 36, 7A and AF. RGB value is (54,122,175). Sum of RGB (Red+Green+Blue) = 54+122+175=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #367AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367AAF is #C98550. Grayscale: #6B6B6B. Windows color (decimal): -13206865 or 11500086. OLE color: 11500086.
HSL color Cylindrical-coordinate representation of color #367AAF: hue angle of 206.28º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #367AAF is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 122 | 175 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.31 |
| HSL | 206.28º | 0.53% | 0.45% | - |
| HSV(B) | 206.28º | 0.69% | 0.69% | - |
| XYZ | 16.22 | 17.8 | 43.14 | - |
| YUV | 107.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 175 | 0.69 | 0.30 | 0 | 0.31 | 206.28 | 0.53 | 0.45 |
| Hex | 36 | 7A | AF | 45 | 1E | 0 | 1F | CE | 35 | 2D |
| Octal | 66 | 172 | 257 | 105 | 36 | 0 | 37 | 316 | 65 | 55 |
| Binary | 110110 | 1111010 | 10101111 | 1000101 | 11110 | 0 | 11111 | 11001110 | 110101 | 101101 |
Color Harmonies of #367AAF
Complementary color
Monochromatic Colors of #367AAF
Black with #367AAF
Text Example
Text Example
White with #367AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367AAF; }
p { color: rgb(54,122,175); }
H1.HeaderClassName
{
color: #367AAF;
}
.AnyTagClassName
{
color: #367AAF;
}
</style>
background-color css
<style>
a { background-color: #367AAF; }
a { background-color: rgb(54,122,175); }
div.DivClassName
{
background-color: #367AAF;
}
.BgClassName
{
background-color: #367AAF;
}
</style>
border-color css
<style>
span { border-color: #367AAF; }
span { border-color: rgb(54,122,175); }
td.TdClassName
{
border-color: #367AAF;
}
.TagClassName
{
border-color: #367AAF;
}
</style>