Shades of Curious Blue #2581CB
Tints of Curious Blue #2581CB
RGB
CMYK
RGB Variations
Color information
#2581CB (or 0x2581CB) is known color: Curious Blue. HEX triplet: 25, 81 and CB. RGB value is (37,129,203). Sum of RGB (Red+Green+Blue) = 37+129+203=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #2581CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2581CB is #DA7E34. Grayscale: #6D6D6D. Windows color (decimal): -14319157 or 13336869. OLE color: 13336869.
HSL color Cylindrical-coordinate representation of color #2581CB: hue angle of 206.75º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2581CB is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 129 | 203 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.20 |
| HSL | 206.75º | 0.69% | 0.47% | - |
| HSV(B) | 206.75º | 0.82% | 0.8% | - |
| XYZ | 19.39 | 20.41 | 59.42 | - |
| YUV | 109.93 | 180.52 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 203 | 0.82 | 0.36 | 0 | 0.20 | 206.75 | 0.69 | 0.47 |
| Hex | 25 | 81 | CB | 52 | 24 | 0 | 14 | CF | 45 | 2F |
| Octal | 45 | 201 | 313 | 122 | 44 | 0 | 24 | 317 | 105 | 57 |
| Binary | 100101 | 10000001 | 11001011 | 1010010 | 100100 | 0 | 10100 | 11001111 | 1000101 | 101111 |
Color Harmonies of #2581CB
Complementary color
Monochromatic Colors of #2581CB
Black with #2581CB
Text Example
Text Example
White with #2581CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2581CB; }
p { color: rgb(37,129,203); }
H1.HeaderClassName
{
color: #2581CB;
}
.AnyTagClassName
{
color: #2581CB;
}
</style>
background-color css
<style>
a { background-color: #2581CB; }
a { background-color: rgb(37,129,203); }
div.DivClassName
{
background-color: #2581CB;
}
.BgClassName
{
background-color: #2581CB;
}
</style>
border-color css
<style>
span { border-color: #2581CB; }
span { border-color: rgb(37,129,203); }
td.TdClassName
{
border-color: #2581CB;
}
.TagClassName
{
border-color: #2581CB;
}
</style>