Shades of Curious Blue #2385BD
Tints of Curious Blue #2385BD
RGB
CMYK
RGB Variations
Color information
#2385BD (or 0x2385BD) is known color: Curious Blue. HEX triplet: 23, 85 and BD. RGB value is (35,133,189). Sum of RGB (Red+Green+Blue) = 35+133+189=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #2385BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2385BD is #DC7A42. Grayscale: #6D6D6D. Windows color (decimal): -14449219 or 12420387. OLE color: 12420387.
HSL color Cylindrical-coordinate representation of color #2385BD: hue angle of 201.82º 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 #2385BD is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 133 | 189 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.26 |
| HSL | 201.82º | 0.69% | 0.44% | - |
| HSV(B) | 201.82º | 0.81% | 0.74% | - |
| XYZ | 18.27 | 20.81 | 51.2 | - |
| YUV | 110.08 | 172.53 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 189 | 0.81 | 0.30 | 0 | 0.26 | 201.82 | 0.69 | 0.44 |
| Hex | 23 | 85 | BD | 51 | 1E | 0 | 1A | CA | 45 | 2C |
| Octal | 43 | 205 | 275 | 121 | 36 | 0 | 32 | 312 | 105 | 54 |
| Binary | 100011 | 10000101 | 10111101 | 1010001 | 11110 | 0 | 11010 | 11001010 | 1000101 | 101100 |
Color Harmonies of #2385BD
Complementary color
Monochromatic Colors of #2385BD
Black with #2385BD
Text Example
Text Example
White with #2385BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2385BD; }
p { color: rgb(35,133,189); }
H1.HeaderClassName
{
color: #2385BD;
}
.AnyTagClassName
{
color: #2385BD;
}
</style>
background-color css
<style>
a { background-color: #2385BD; }
a { background-color: rgb(35,133,189); }
div.DivClassName
{
background-color: #2385BD;
}
.BgClassName
{
background-color: #2385BD;
}
</style>
border-color css
<style>
span { border-color: #2385BD; }
span { border-color: rgb(35,133,189); }
td.TdClassName
{
border-color: #2385BD;
}
.TagClassName
{
border-color: #2385BD;
}
</style>