Shades of Curious Blue #2381CE
Tints of Curious Blue #2381CE
RGB
CMYK
RGB Variations
Color information
#2381CE (or 0x2381CE) is known color: Curious Blue. HEX triplet: 23, 81 and CE. RGB value is (35,129,206). Sum of RGB (Red+Green+Blue) = 35+129+206=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #2381CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2381CE is #DC7E31. Grayscale: #6D6D6D. Windows color (decimal): -14450226 or 13533475. OLE color: 13533475.
HSL color Cylindrical-coordinate representation of color #2381CE: hue angle of 207.02º 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 #2381CE is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 129 | 206 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.19 |
| HSL | 207.02º | 0.71% | 0.47% | - |
| HSV(B) | 207.02º | 0.83% | 0.81% | - |
| XYZ | 19.68 | 20.51 | 61.31 | - |
| YUV | 109.67 | 182.36 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 206 | 0.83 | 0.37 | 0 | 0.19 | 207.02 | 0.71 | 0.47 |
| Hex | 23 | 81 | CE | 53 | 25 | 0 | 13 | CF | 47 | 2F |
| Octal | 43 | 201 | 316 | 123 | 45 | 0 | 23 | 317 | 107 | 57 |
| Binary | 100011 | 10000001 | 11001110 | 1010011 | 100101 | 0 | 10011 | 11001111 | 1000111 | 101111 |
Color Harmonies of #2381CE
Complementary color
Monochromatic Colors of #2381CE
Black with #2381CE
Text Example
Text Example
White with #2381CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2381CE; }
p { color: rgb(35,129,206); }
H1.HeaderClassName
{
color: #2381CE;
}
.AnyTagClassName
{
color: #2381CE;
}
</style>
background-color css
<style>
a { background-color: #2381CE; }
a { background-color: rgb(35,129,206); }
div.DivClassName
{
background-color: #2381CE;
}
.BgClassName
{
background-color: #2381CE;
}
</style>
border-color css
<style>
span { border-color: #2381CE; }
span { border-color: rgb(35,129,206); }
td.TdClassName
{
border-color: #2381CE;
}
.TagClassName
{
border-color: #2381CE;
}
</style>