Shades of Curious Blue #3E8AB5
Tints of Curious Blue #3E8AB5
RGB
CMYK
RGB Variations
Color information
#3E8AB5 (or 0x3E8AB5) is known color: Curious Blue. HEX triplet: 3E, 8A and B5. RGB value is (62,138,181). Sum of RGB (Red+Green+Blue) = 62+138+181=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #3E8AB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8AB5 is #C1754A. Grayscale: #777777. Windows color (decimal): -12678475 or 11897406. OLE color: 11897406.
HSL color Cylindrical-coordinate representation of color #3E8AB5: hue angle of 201.68º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E8AB5 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 138 | 181 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.29 |
| HSL | 201.68º | 0.49% | 0.48% | - |
| HSV(B) | 201.68º | 0.66% | 0.71% | - |
| XYZ | 19.42 | 22.54 | 47.04 | - |
| YUV | 120.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 181 | 0.66 | 0.24 | 0 | 0.29 | 201.68 | 0.49 | 0.48 |
| Hex | 3E | 8A | B5 | 42 | 18 | 0 | 1D | CA | 31 | 30 |
| Octal | 76 | 212 | 265 | 102 | 30 | 0 | 35 | 312 | 61 | 60 |
| Binary | 111110 | 10001010 | 10110101 | 1000010 | 11000 | 0 | 11101 | 11001010 | 110001 | 110000 |
Color Harmonies of #3E8AB5
Complementary color
Monochromatic Colors of #3E8AB5
Black with #3E8AB5
Text Example
Text Example
White with #3E8AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8AB5; }
p { color: rgb(62,138,181); }
H1.HeaderClassName
{
color: #3E8AB5;
}
.AnyTagClassName
{
color: #3E8AB5;
}
</style>
background-color css
<style>
a { background-color: #3E8AB5; }
a { background-color: rgb(62,138,181); }
div.DivClassName
{
background-color: #3E8AB5;
}
.BgClassName
{
background-color: #3E8AB5;
}
</style>
border-color css
<style>
span { border-color: #3E8AB5; }
span { border-color: rgb(62,138,181); }
td.TdClassName
{
border-color: #3E8AB5;
}
.TagClassName
{
border-color: #3E8AB5;
}
</style>