Shades of Curious Blue #3481AF
Tints of Curious Blue #3481AF
RGB
CMYK
RGB Variations
Color information
#3481AF (or 0x3481AF) is known color: Curious Blue. HEX triplet: 34, 81 and AF. RGB value is (52,129,175). Sum of RGB (Red+Green+Blue) = 52+129+175=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #3481AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3481AF is #CB7E50. Grayscale: #6E6E6E. Windows color (decimal): -13336145 or 11501876. OLE color: 11501876.
HSL color Cylindrical-coordinate representation of color #3481AF: hue angle of 202.44º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3481AF is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 129 | 175 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.31 |
| HSL | 202.44º | 0.54% | 0.45% | - |
| HSV(B) | 202.44º | 0.7% | 0.69% | - |
| XYZ | 17 | 19.53 | 43.43 | - |
| YUV | 111.22 | 163.99 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 175 | 0.70 | 0.26 | 0 | 0.31 | 202.44 | 0.54 | 0.45 |
| Hex | 34 | 81 | AF | 46 | 1A | 0 | 1F | CA | 36 | 2D |
| Octal | 64 | 201 | 257 | 106 | 32 | 0 | 37 | 312 | 66 | 55 |
| Binary | 110100 | 10000001 | 10101111 | 1000110 | 11010 | 0 | 11111 | 11001010 | 110110 | 101101 |
Color Harmonies of #3481AF
Complementary color
Monochromatic Colors of #3481AF
Black with #3481AF
Text Example
Text Example
White with #3481AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3481AF; }
p { color: rgb(52,129,175); }
H1.HeaderClassName
{
color: #3481AF;
}
.AnyTagClassName
{
color: #3481AF;
}
</style>
background-color css
<style>
a { background-color: #3481AF; }
a { background-color: rgb(52,129,175); }
div.DivClassName
{
background-color: #3481AF;
}
.BgClassName
{
background-color: #3481AF;
}
</style>
border-color css
<style>
span { border-color: #3481AF; }
span { border-color: rgb(52,129,175); }
td.TdClassName
{
border-color: #3481AF;
}
.TagClassName
{
border-color: #3481AF;
}
</style>