Shades of Curious Blue #3474CB
Tints of Curious Blue #3474CB
RGB
CMYK
RGB Variations
Color information
#3474CB (or 0x3474CB) is known color: Curious Blue. HEX triplet: 34, 74 and CB. RGB value is (52,116,203). Sum of RGB (Red+Green+Blue) = 52+116+203=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #3474CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3474CB is #CB8B34. Grayscale: #6A6A6A. Windows color (decimal): -13339445 or 13333556. OLE color: 13333556.
HSL color Cylindrical-coordinate representation of color #3474CB: hue angle of 214.57º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3474CB is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 116 | 203 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.20 |
| HSL | 214.57º | 0.59% | 0.5% | - |
| HSV(B) | 214.57º | 0.74% | 0.8% | - |
| XYZ | 18.44 | 17.53 | 58.91 | - |
| YUV | 106.78 | 182.3 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 203 | 0.74 | 0.43 | 0 | 0.20 | 214.57 | 0.59 | 0.5 |
| Hex | 34 | 74 | CB | 4A | 2B | 0 | 14 | D7 | 3B | 32 |
| Octal | 64 | 164 | 313 | 112 | 53 | 0 | 24 | 327 | 73 | 62 |
| Binary | 110100 | 1110100 | 11001011 | 1001010 | 101011 | 0 | 10100 | 11010111 | 111011 | 110010 |
Color Harmonies of #3474CB
Complementary color
Monochromatic Colors of #3474CB
Black with #3474CB
Text Example
Text Example
White with #3474CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3474CB; }
p { color: rgb(52,116,203); }
H1.HeaderClassName
{
color: #3474CB;
}
.AnyTagClassName
{
color: #3474CB;
}
</style>
background-color css
<style>
a { background-color: #3474CB; }
a { background-color: rgb(52,116,203); }
div.DivClassName
{
background-color: #3474CB;
}
.BgClassName
{
background-color: #3474CB;
}
</style>
border-color css
<style>
span { border-color: #3474CB; }
span { border-color: rgb(52,116,203); }
td.TdClassName
{
border-color: #3474CB;
}
.TagClassName
{
border-color: #3474CB;
}
</style>