Shades of Curious Blue #2581C7
Tints of Curious Blue #2581C7
RGB
CMYK
RGB Variations
Color information
#2581C7 (or 0x2581C7) is known color: Curious Blue. HEX triplet: 25, 81 and C7. RGB value is (37,129,199). Sum of RGB (Red+Green+Blue) = 37+129+199=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #2581C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2581C7 is #DA7E38. Grayscale: #6D6D6D. Windows color (decimal): -14319161 or 13074725. OLE color: 13074725.
HSL color Cylindrical-coordinate representation of color #2581C7: hue angle of 205.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2581C7 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 129 | 199 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.22 |
| HSL | 205.93º | 0.69% | 0.46% | - |
| HSV(B) | 205.93º | 0.81% | 0.78% | - |
| XYZ | 18.92 | 20.22 | 56.94 | - |
| YUV | 109.47 | 178.52 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 199 | 0.81 | 0.35 | 0 | 0.22 | 205.93 | 0.69 | 0.46 |
| Hex | 25 | 81 | C7 | 51 | 23 | 0 | 16 | CE | 45 | 2E |
| Octal | 45 | 201 | 307 | 121 | 43 | 0 | 26 | 316 | 105 | 56 |
| Binary | 100101 | 10000001 | 11000111 | 1010001 | 100011 | 0 | 10110 | 11001110 | 1000101 | 101110 |
Color Harmonies of #2581C7
Complementary color
Monochromatic Colors of #2581C7
Black with #2581C7
Text Example
Text Example
White with #2581C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2581C7; }
p { color: rgb(37,129,199); }
H1.HeaderClassName
{
color: #2581C7;
}
.AnyTagClassName
{
color: #2581C7;
}
</style>
background-color css
<style>
a { background-color: #2581C7; }
a { background-color: rgb(37,129,199); }
div.DivClassName
{
background-color: #2581C7;
}
.BgClassName
{
background-color: #2581C7;
}
</style>
border-color css
<style>
span { border-color: #2581C7; }
span { border-color: rgb(37,129,199); }
td.TdClassName
{
border-color: #2581C7;
}
.TagClassName
{
border-color: #2581C7;
}
</style>