Shades of Curious Blue #2385BC
Tints of Curious Blue #2385BC
RGB
CMYK
RGB Variations
Color information
#2385BC (or 0x2385BC) is known color: Curious Blue. HEX triplet: 23, 85 and BC. RGB value is (35,133,188). Sum of RGB (Red+Green+Blue) = 35+133+188=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #2385BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2385BC is #DC7A43. Grayscale: #6D6D6D. Windows color (decimal): -14449220 or 12354851. OLE color: 12354851.
HSL color Cylindrical-coordinate representation of color #2385BC: hue angle of 201.57º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2385BC is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 133 | 188 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.26 |
| HSL | 201.57º | 0.69% | 0.44% | - |
| HSV(B) | 201.57º | 0.81% | 0.74% | - |
| XYZ | 18.16 | 20.76 | 50.63 | - |
| YUV | 109.97 | 172.03 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 188 | 0.81 | 0.29 | 0 | 0.26 | 201.57 | 0.69 | 0.44 |
| Hex | 23 | 85 | BC | 51 | 1D | 0 | 1A | CA | 45 | 2C |
| Octal | 43 | 205 | 274 | 121 | 35 | 0 | 32 | 312 | 105 | 54 |
| Binary | 100011 | 10000101 | 10111100 | 1010001 | 11101 | 0 | 11010 | 11001010 | 1000101 | 101100 |
Color Harmonies of #2385BC
Complementary color
Monochromatic Colors of #2385BC
Black with #2385BC
Text Example
Text Example
White with #2385BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2385BC; }
p { color: rgb(35,133,188); }
H1.HeaderClassName
{
color: #2385BC;
}
.AnyTagClassName
{
color: #2385BC;
}
</style>
background-color css
<style>
a { background-color: #2385BC; }
a { background-color: rgb(35,133,188); }
div.DivClassName
{
background-color: #2385BC;
}
.BgClassName
{
background-color: #2385BC;
}
</style>
border-color css
<style>
span { border-color: #2385BC; }
span { border-color: rgb(35,133,188); }
td.TdClassName
{
border-color: #2385BC;
}
.TagClassName
{
border-color: #2385BC;
}
</style>