Shades of Curious Blue #2380BB
Tints of Curious Blue #2380BB
RGB
CMYK
RGB Variations
Color information
#2380BB (or 0x2380BB) is known color: Curious Blue. HEX triplet: 23, 80 and BB. RGB value is (35,128,187). Sum of RGB (Red+Green+Blue) = 35+128+187=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #2380BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2380BB is #DC7F44. Grayscale: #6A6A6A. Windows color (decimal): -14450501 or 12288035. OLE color: 12288035.
HSL color Cylindrical-coordinate representation of color #2380BB: hue angle of 203.29º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2380BB is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 128 | 187 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.27 |
| HSL | 203.29º | 0.68% | 0.44% | - |
| HSV(B) | 203.29º | 0.81% | 0.73% | - |
| XYZ | 17.38 | 19.38 | 49.84 | - |
| YUV | 106.92 | 173.19 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 187 | 0.81 | 0.32 | 0 | 0.27 | 203.29 | 0.68 | 0.44 |
| Hex | 23 | 80 | BB | 51 | 20 | 0 | 1B | CB | 44 | 2C |
| Octal | 43 | 200 | 273 | 121 | 40 | 0 | 33 | 313 | 104 | 54 |
| Binary | 100011 | 10000000 | 10111011 | 1010001 | 100000 | 0 | 11011 | 11001011 | 1000100 | 101100 |
Color Harmonies of #2380BB
Complementary color
Monochromatic Colors of #2380BB
Black with #2380BB
Text Example
Text Example
White with #2380BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2380BB; }
p { color: rgb(35,128,187); }
H1.HeaderClassName
{
color: #2380BB;
}
.AnyTagClassName
{
color: #2380BB;
}
</style>
background-color css
<style>
a { background-color: #2380BB; }
a { background-color: rgb(35,128,187); }
div.DivClassName
{
background-color: #2380BB;
}
.BgClassName
{
background-color: #2380BB;
}
</style>
border-color css
<style>
span { border-color: #2380BB; }
span { border-color: rgb(35,128,187); }
td.TdClassName
{
border-color: #2380BB;
}
.TagClassName
{
border-color: #2380BB;
}
</style>