Shades of Curious Blue #2386CE
Tints of Curious Blue #2386CE
RGB
CMYK
RGB Variations
Color information
#2386CE (or 0x2386CE) is known color: Curious Blue. HEX triplet: 23, 86 and CE. RGB value is (35,134,206). Sum of RGB (Red+Green+Blue) = 35+134+206=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #2386CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2386CE is #DC7931. Grayscale: #707070. Windows color (decimal): -14448946 or 13534755. OLE color: 13534755.
HSL color Cylindrical-coordinate representation of color #2386CE: hue angle of 205.26º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2386CE is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 134 | 206 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.19 |
| HSL | 205.26º | 0.71% | 0.47% | - |
| HSV(B) | 205.26º | 0.83% | 0.81% | - |
| XYZ | 20.36 | 21.86 | 61.54 | - |
| YUV | 112.61 | 180.7 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 206 | 0.83 | 0.35 | 0 | 0.19 | 205.26 | 0.71 | 0.47 |
| Hex | 23 | 86 | CE | 53 | 23 | 0 | 13 | CD | 47 | 2F |
| Octal | 43 | 206 | 316 | 123 | 43 | 0 | 23 | 315 | 107 | 57 |
| Binary | 100011 | 10000110 | 11001110 | 1010011 | 100011 | 0 | 10011 | 11001101 | 1000111 | 101111 |
Color Harmonies of #2386CE
Complementary color
Monochromatic Colors of #2386CE
Black with #2386CE
Text Example
Text Example
White with #2386CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2386CE; }
p { color: rgb(35,134,206); }
H1.HeaderClassName
{
color: #2386CE;
}
.AnyTagClassName
{
color: #2386CE;
}
</style>
background-color css
<style>
a { background-color: #2386CE; }
a { background-color: rgb(35,134,206); }
div.DivClassName
{
background-color: #2386CE;
}
.BgClassName
{
background-color: #2386CE;
}
</style>
border-color css
<style>
span { border-color: #2386CE; }
span { border-color: rgb(35,134,206); }
td.TdClassName
{
border-color: #2386CE;
}
.TagClassName
{
border-color: #2386CE;
}
</style>