Shades of Curious Blue #2582B2
Tints of Curious Blue #2582B2
RGB
CMYK
RGB Variations
Color information
#2582B2 (or 0x2582B2) is known color: Curious Blue. HEX triplet: 25, 82 and B2. RGB value is (37,130,178). Sum of RGB (Red+Green+Blue) = 37+130+178=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 178 (69.92% from 255 or 51.59% from 345); Max value from RGB is 178 - color contains mainly: blue. Hex color #2582B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2582B2 is #DA7D4D. Grayscale: #6B6B6B. Windows color (decimal): -14318926 or 11698725. OLE color: 11698725.
HSL color Cylindrical-coordinate representation of color #2582B2: hue angle of 200.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2582B2 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 130 | 178 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.30 |
| HSL | 200.43º | 0.66% | 0.42% | - |
| HSV(B) | 200.43º | 0.79% | 0.7% | - |
| XYZ | 16.78 | 19.57 | 45.01 | - |
| YUV | 107.67 | 167.69 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 178 | 0.79 | 0.27 | 0 | 0.30 | 200.43 | 0.66 | 0.42 |
| Hex | 25 | 82 | B2 | 4F | 1B | 0 | 1E | C8 | 42 | 2A |
| Octal | 45 | 202 | 262 | 117 | 33 | 0 | 36 | 310 | 102 | 52 |
| Binary | 100101 | 10000010 | 10110010 | 1001111 | 11011 | 0 | 11110 | 11001000 | 1000010 | 101010 |
Color Harmonies of #2582B2
Complementary color
Monochromatic Colors of #2582B2
Black with #2582B2
Text Example
Text Example
White with #2582B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2582B2; }
p { color: rgb(37,130,178); }
H1.HeaderClassName
{
color: #2582B2;
}
.AnyTagClassName
{
color: #2582B2;
}
</style>
background-color css
<style>
a { background-color: #2582B2; }
a { background-color: rgb(37,130,178); }
div.DivClassName
{
background-color: #2582B2;
}
.BgClassName
{
background-color: #2582B2;
}
</style>
border-color css
<style>
span { border-color: #2582B2; }
span { border-color: rgb(37,130,178); }
td.TdClassName
{
border-color: #2582B2;
}
.TagClassName
{
border-color: #2582B2;
}
</style>