Shades of Curious Blue #3E99CB
Tints of Curious Blue #3E99CB
RGB
CMYK
RGB Variations
Color information
#3E99CB (or 0x3E99CB) is known color: Curious Blue. HEX triplet: 3E, 99 and CB. RGB value is (62,153,203). Sum of RGB (Red+Green+Blue) = 62+153+203=418 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.83% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E99CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E99CB is #C16634. Grayscale: #838383. Windows color (decimal): -12674613 or 13343038. OLE color: 13343038.
HSL color Cylindrical-coordinate representation of color #3E99CB: hue angle of 201.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E99CB is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 153 | 203 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.20 |
| HSL | 201.28º | 0.58% | 0.52% | - |
| HSV(B) | 201.28º | 0.69% | 0.8% | - |
| XYZ | 24.16 | 28.12 | 60.65 | - |
| YUV | 131.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 153 | 203 | 0.69 | 0.25 | 0 | 0.20 | 201.28 | 0.58 | 0.52 |
| Hex | 3E | 99 | CB | 45 | 19 | 0 | 14 | C9 | 3A | 34 |
| Octal | 76 | 231 | 313 | 105 | 31 | 0 | 24 | 311 | 72 | 64 |
| Binary | 111110 | 10011001 | 11001011 | 1000101 | 11001 | 0 | 10100 | 11001001 | 111010 | 110100 |
Color Harmonies of #3E99CB
Complementary color
Monochromatic Colors of #3E99CB
Black with #3E99CB
Text Example
Text Example
White with #3E99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E99CB; }
p { color: rgb(62,153,203); }
H1.HeaderClassName
{
color: #3E99CB;
}
.AnyTagClassName
{
color: #3E99CB;
}
</style>
background-color css
<style>
a { background-color: #3E99CB; }
a { background-color: rgb(62,153,203); }
div.DivClassName
{
background-color: #3E99CB;
}
.BgClassName
{
background-color: #3E99CB;
}
</style>
border-color css
<style>
span { border-color: #3E99CB; }
span { border-color: rgb(62,153,203); }
td.TdClassName
{
border-color: #3E99CB;
}
.TagClassName
{
border-color: #3E99CB;
}
</style>