Shades of Curious Blue #3675CB
Tints of Curious Blue #3675CB
RGB
CMYK
RGB Variations
Color information
#3675CB (or 0x3675CB) is known color: Curious Blue. HEX triplet: 36, 75 and CB. RGB value is (54,117,203). Sum of RGB (Red+Green+Blue) = 54+117+203=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #3675CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3675CB is #C98A34. Grayscale: #6B6B6B. Windows color (decimal): -13208117 or 13333814. OLE color: 13333814.
HSL color Cylindrical-coordinate representation of color #3675CB: hue angle of 214.63º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3675CB is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 117 | 203 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.20 |
| HSL | 214.63º | 0.59% | 0.5% | - |
| HSV(B) | 214.63º | 0.73% | 0.8% | - |
| XYZ | 18.66 | 17.82 | 58.96 | - |
| YUV | 107.97 | 181.63 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 203 | 0.73 | 0.42 | 0 | 0.20 | 214.63 | 0.59 | 0.5 |
| Hex | 36 | 75 | CB | 49 | 2A | 0 | 14 | D7 | 3B | 32 |
| Octal | 66 | 165 | 313 | 111 | 52 | 0 | 24 | 327 | 73 | 62 |
| Binary | 110110 | 1110101 | 11001011 | 1001001 | 101010 | 0 | 10100 | 11010111 | 111011 | 110010 |
Color Harmonies of #3675CB
Complementary color
Monochromatic Colors of #3675CB
Black with #3675CB
Text Example
Text Example
White with #3675CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3675CB; }
p { color: rgb(54,117,203); }
H1.HeaderClassName
{
color: #3675CB;
}
.AnyTagClassName
{
color: #3675CB;
}
</style>
background-color css
<style>
a { background-color: #3675CB; }
a { background-color: rgb(54,117,203); }
div.DivClassName
{
background-color: #3675CB;
}
.BgClassName
{
background-color: #3675CB;
}
</style>
border-color css
<style>
span { border-color: #3675CB; }
span { border-color: rgb(54,117,203); }
td.TdClassName
{
border-color: #3675CB;
}
.TagClassName
{
border-color: #3675CB;
}
</style>