Shades of Curious Blue #2380B2
Tints of Curious Blue #2380B2
RGB
CMYK
RGB Variations
Color information
#2380B2 (or 0x2380B2) is known color: Curious Blue. HEX triplet: 23, 80 and B2. RGB value is (35,128,178). Sum of RGB (Red+Green+Blue) = 35+128+178=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #2380B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2380B2 is #DC7F4D. Grayscale: #696969. Windows color (decimal): -14450510 or 11698211. OLE color: 11698211.
HSL color Cylindrical-coordinate representation of color #2380B2: hue angle of 200.98º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2380B2 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 128 | 178 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.30 |
| HSL | 200.98º | 0.67% | 0.42% | - |
| HSV(B) | 200.98º | 0.8% | 0.7% | - |
| XYZ | 16.45 | 19.01 | 44.92 | - |
| YUV | 105.89 | 168.69 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 178 | 0.80 | 0.28 | 0 | 0.30 | 200.98 | 0.67 | 0.42 |
| Hex | 23 | 80 | B2 | 50 | 1C | 0 | 1E | C9 | 43 | 2A |
| Octal | 43 | 200 | 262 | 120 | 34 | 0 | 36 | 311 | 103 | 52 |
| Binary | 100011 | 10000000 | 10110010 | 1010000 | 11100 | 0 | 11110 | 11001001 | 1000011 | 101010 |
Color Harmonies of #2380B2
Complementary color
Monochromatic Colors of #2380B2
Black with #2380B2
Text Example
Text Example
White with #2380B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2380B2; }
p { color: rgb(35,128,178); }
H1.HeaderClassName
{
color: #2380B2;
}
.AnyTagClassName
{
color: #2380B2;
}
</style>
background-color css
<style>
a { background-color: #2380B2; }
a { background-color: rgb(35,128,178); }
div.DivClassName
{
background-color: #2380B2;
}
.BgClassName
{
background-color: #2380B2;
}
</style>
border-color css
<style>
span { border-color: #2380B2; }
span { border-color: rgb(35,128,178); }
td.TdClassName
{
border-color: #2380B2;
}
.TagClassName
{
border-color: #2380B2;
}
</style>