Shades of Curious Blue #2581AF
Tints of Curious Blue #2581AF
RGB
CMYK
RGB Variations
Color information
#2581AF (or 0x2581AF) is known color: Curious Blue. HEX triplet: 25, 81 and AF. RGB value is (37,129,175). Sum of RGB (Red+Green+Blue) = 37+129+175=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #2581AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2581AF is #DA7E50. Grayscale: #6A6A6A. Windows color (decimal): -14319185 or 11501861. OLE color: 11501861.
HSL color Cylindrical-coordinate representation of color #2581AF: hue angle of 200º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2581AF is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 129 | 175 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.31 |
| HSL | 200º | 0.65% | 0.42% | - |
| HSV(B) | 200º | 0.79% | 0.69% | - |
| XYZ | 16.35 | 19.19 | 43.4 | - |
| YUV | 106.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 175 | 0.79 | 0.26 | 0 | 0.31 | 200 | 0.65 | 0.42 |
| Hex | 25 | 81 | AF | 4F | 1A | 0 | 1F | C8 | 41 | 2A |
| Octal | 45 | 201 | 257 | 117 | 32 | 0 | 37 | 310 | 101 | 52 |
| Binary | 100101 | 10000001 | 10101111 | 1001111 | 11010 | 0 | 11111 | 11001000 | 1000001 | 101010 |
Color Harmonies of #2581AF
Complementary color
Monochromatic Colors of #2581AF
Black with #2581AF
Text Example
Text Example
White with #2581AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2581AF; }
p { color: rgb(37,129,175); }
H1.HeaderClassName
{
color: #2581AF;
}
.AnyTagClassName
{
color: #2581AF;
}
</style>
background-color css
<style>
a { background-color: #2581AF; }
a { background-color: rgb(37,129,175); }
div.DivClassName
{
background-color: #2581AF;
}
.BgClassName
{
background-color: #2581AF;
}
</style>
border-color css
<style>
span { border-color: #2581AF; }
span { border-color: rgb(37,129,175); }
td.TdClassName
{
border-color: #2581AF;
}
.TagClassName
{
border-color: #2581AF;
}
</style>