Shades of Curious Blue #2385CA
Tints of Curious Blue #2385CA
RGB
CMYK
RGB Variations
Color information
#2385CA (or 0x2385CA) is known color: Curious Blue. HEX triplet: 23, 85 and CA. RGB value is (35,133,202). Sum of RGB (Red+Green+Blue) = 35+133+202=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #2385CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2385CA is #DC7A35. Grayscale: #6F6F6F. Windows color (decimal): -14449206 or 13272355. OLE color: 13272355.
HSL color Cylindrical-coordinate representation of color #2385CA: hue angle of 204.79º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2385CA is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 133 | 202 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.21 |
| HSL | 204.79º | 0.7% | 0.46% | - |
| HSV(B) | 204.79º | 0.83% | 0.79% | - |
| XYZ | 19.74 | 21.4 | 58.97 | - |
| YUV | 111.56 | 179.03 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 202 | 0.83 | 0.34 | 0 | 0.21 | 204.79 | 0.7 | 0.46 |
| Hex | 23 | 85 | CA | 53 | 22 | 0 | 15 | CD | 46 | 2E |
| Octal | 43 | 205 | 312 | 123 | 42 | 0 | 25 | 315 | 106 | 56 |
| Binary | 100011 | 10000101 | 11001010 | 1010011 | 100010 | 0 | 10101 | 11001101 | 1000110 | 101110 |
Color Harmonies of #2385CA
Complementary color
Monochromatic Colors of #2385CA
Black with #2385CA
Text Example
Text Example
White with #2385CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2385CA; }
p { color: rgb(35,133,202); }
H1.HeaderClassName
{
color: #2385CA;
}
.AnyTagClassName
{
color: #2385CA;
}
</style>
background-color css
<style>
a { background-color: #2385CA; }
a { background-color: rgb(35,133,202); }
div.DivClassName
{
background-color: #2385CA;
}
.BgClassName
{
background-color: #2385CA;
}
</style>
border-color css
<style>
span { border-color: #2385CA; }
span { border-color: rgb(35,133,202); }
td.TdClassName
{
border-color: #2385CA;
}
.TagClassName
{
border-color: #2385CA;
}
</style>