Shades of Curious Blue #346FC1
Tints of Curious Blue #346FC1
RGB
CMYK
RGB Variations
Color information
#346FC1 (or 0x346FC1) is known color: Curious Blue. HEX triplet: 34, 6F and C1. RGB value is (52,111,193). Sum of RGB (Red+Green+Blue) = 52+111+193=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #346FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FC1 is #CB903E. Grayscale: #666666. Windows color (decimal): -13340735 or 12676916. OLE color: 12676916.
HSL color Cylindrical-coordinate representation of color #346FC1: hue angle of 214.89º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #346FC1 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 111 | 193 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.24 |
| HSL | 214.89º | 0.58% | 0.48% | - |
| HSV(B) | 214.89º | 0.73% | 0.76% | - |
| XYZ | 16.73 | 15.95 | 52.65 | - |
| YUV | 102.71 | 178.95 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 193 | 0.73 | 0.42 | 0 | 0.24 | 214.89 | 0.58 | 0.48 |
| Hex | 34 | 6F | C1 | 49 | 2A | 0 | 18 | D7 | 3A | 30 |
| Octal | 64 | 157 | 301 | 111 | 52 | 0 | 30 | 327 | 72 | 60 |
| Binary | 110100 | 1101111 | 11000001 | 1001001 | 101010 | 0 | 11000 | 11010111 | 111010 | 110000 |
Color Harmonies of #346FC1
Complementary color
Monochromatic Colors of #346FC1
Black with #346FC1
Text Example
Text Example
White with #346FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346FC1; }
p { color: rgb(52,111,193); }
H1.HeaderClassName
{
color: #346FC1;
}
.AnyTagClassName
{
color: #346FC1;
}
</style>
background-color css
<style>
a { background-color: #346FC1; }
a { background-color: rgb(52,111,193); }
div.DivClassName
{
background-color: #346FC1;
}
.BgClassName
{
background-color: #346FC1;
}
</style>
border-color css
<style>
span { border-color: #346FC1; }
span { border-color: rgb(52,111,193); }
td.TdClassName
{
border-color: #346FC1;
}
.TagClassName
{
border-color: #346FC1;
}
</style>