Shades of Curious Blue #3A97CB
Tints of Curious Blue #3A97CB
RGB
CMYK
RGB Variations
Color information
#3A97CB (or 0x3A97CB) is known color: Curious Blue. HEX triplet: 3A, 97 and CB. RGB value is (58,151,203). Sum of RGB (Red+Green+Blue) = 58+151+203=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A97CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A97CB is #C56834. Grayscale: #808080. Windows color (decimal): -12937269 or 13342522. OLE color: 13342522.
HSL color Cylindrical-coordinate representation of color #3A97CB: hue angle of 201.52º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A97CB is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 151 | 203 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.20 |
| HSL | 201.52º | 0.58% | 0.51% | - |
| HSV(B) | 201.52º | 0.71% | 0.8% | - |
| XYZ | 23.59 | 27.34 | 60.53 | - |
| YUV | 129.12 | 169.69 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 151 | 203 | 0.71 | 0.26 | 0 | 0.20 | 201.52 | 0.58 | 0.51 |
| Hex | 3A | 97 | CB | 47 | 1A | 0 | 14 | CA | 3A | 33 |
| Octal | 72 | 227 | 313 | 107 | 32 | 0 | 24 | 312 | 72 | 63 |
| Binary | 111010 | 10010111 | 11001011 | 1000111 | 11010 | 0 | 10100 | 11001010 | 111010 | 110011 |
Color Harmonies of #3A97CB
Complementary color
Monochromatic Colors of #3A97CB
Black with #3A97CB
Text Example
Text Example
White with #3A97CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A97CB; }
p { color: rgb(58,151,203); }
H1.HeaderClassName
{
color: #3A97CB;
}
.AnyTagClassName
{
color: #3A97CB;
}
</style>
background-color css
<style>
a { background-color: #3A97CB; }
a { background-color: rgb(58,151,203); }
div.DivClassName
{
background-color: #3A97CB;
}
.BgClassName
{
background-color: #3A97CB;
}
</style>
border-color css
<style>
span { border-color: #3A97CB; }
span { border-color: rgb(58,151,203); }
td.TdClassName
{
border-color: #3A97CB;
}
.TagClassName
{
border-color: #3A97CB;
}
</style>