Shades of Curious Blue #2380BF
Tints of Curious Blue #2380BF
RGB
CMYK
RGB Variations
Color information
#2380BF (or 0x2380BF) is known color: Curious Blue. HEX triplet: 23, 80 and BF. RGB value is (35,128,191). Sum of RGB (Red+Green+Blue) = 35+128+191=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #2380BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2380BF is #DC7F40. Grayscale: #6B6B6B. Windows color (decimal): -14450497 or 12550179. OLE color: 12550179.
HSL color Cylindrical-coordinate representation of color #2380BF: hue angle of 204.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2380BF is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 128 | 191 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.25 |
| HSL | 204.23º | 0.69% | 0.44% | - |
| HSV(B) | 204.23º | 0.82% | 0.75% | - |
| XYZ | 17.82 | 19.56 | 52.13 | - |
| YUV | 107.38 | 175.19 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 191 | 0.82 | 0.33 | 0 | 0.25 | 204.23 | 0.69 | 0.44 |
| Hex | 23 | 80 | BF | 52 | 21 | 0 | 19 | CC | 45 | 2C |
| Octal | 43 | 200 | 277 | 122 | 41 | 0 | 31 | 314 | 105 | 54 |
| Binary | 100011 | 10000000 | 10111111 | 1010010 | 100001 | 0 | 11001 | 11001100 | 1000101 | 101100 |
Color Harmonies of #2380BF
Complementary color
Monochromatic Colors of #2380BF
Black with #2380BF
Text Example
Text Example
White with #2380BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2380BF; }
p { color: rgb(35,128,191); }
H1.HeaderClassName
{
color: #2380BF;
}
.AnyTagClassName
{
color: #2380BF;
}
</style>
background-color css
<style>
a { background-color: #2380BF; }
a { background-color: rgb(35,128,191); }
div.DivClassName
{
background-color: #2380BF;
}
.BgClassName
{
background-color: #2380BF;
}
</style>
border-color css
<style>
span { border-color: #2380BF; }
span { border-color: rgb(35,128,191); }
td.TdClassName
{
border-color: #2380BF;
}
.TagClassName
{
border-color: #2380BF;
}
</style>