Shades of Curious Blue #3A7FCF
Tints of Curious Blue #3A7FCF
RGB
CMYK
RGB Variations
Color information
#3A7FCF (or 0x3A7FCF) is known color: Curious Blue. HEX triplet: 3A, 7F and CF. RGB value is (58,127,207). Sum of RGB (Red+Green+Blue) = 58+127+207=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A7FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7FCF is #C58030. Grayscale: #737373. Windows color (decimal): -12943409 or 13598522. OLE color: 13598522.
HSL color Cylindrical-coordinate representation of color #3A7FCF: hue angle of 212.21º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A7FCF is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 127 | 207 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.19 |
| HSL | 212.21º | 0.61% | 0.52% | - |
| HSV(B) | 212.21º | 0.72% | 0.81% | - |
| XYZ | 20.6 | 20.58 | 61.92 | - |
| YUV | 115.49 | 179.64 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 207 | 0.72 | 0.39 | 0 | 0.19 | 212.21 | 0.61 | 0.52 |
| Hex | 3A | 7F | CF | 48 | 27 | 0 | 13 | D4 | 3D | 34 |
| Octal | 72 | 177 | 317 | 110 | 47 | 0 | 23 | 324 | 75 | 64 |
| Binary | 111010 | 1111111 | 11001111 | 1001000 | 100111 | 0 | 10011 | 11010100 | 111101 | 110100 |
Color Harmonies of #3A7FCF
Complementary color
Monochromatic Colors of #3A7FCF
Black with #3A7FCF
Text Example
Text Example
White with #3A7FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7FCF; }
p { color: rgb(58,127,207); }
H1.HeaderClassName
{
color: #3A7FCF;
}
.AnyTagClassName
{
color: #3A7FCF;
}
</style>
background-color css
<style>
a { background-color: #3A7FCF; }
a { background-color: rgb(58,127,207); }
div.DivClassName
{
background-color: #3A7FCF;
}
.BgClassName
{
background-color: #3A7FCF;
}
</style>
border-color css
<style>
span { border-color: #3A7FCF; }
span { border-color: rgb(58,127,207); }
td.TdClassName
{
border-color: #3A7FCF;
}
.TagClassName
{
border-color: #3A7FCF;
}
</style>