Shades of Curious Blue #2388CE
Tints of Curious Blue #2388CE
RGB
CMYK
RGB Variations
Color information
#2388CE (or 0x2388CE) is known color: Curious Blue. HEX triplet: 23, 88 and CE. RGB value is (35,136,206). Sum of RGB (Red+Green+Blue) = 35+136+206=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #2388CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2388CE is #DC7731. Grayscale: #717171. Windows color (decimal): -14448434 or 13535267. OLE color: 13535267.
HSL color Cylindrical-coordinate representation of color #2388CE: hue angle of 204.56º 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 #2388CE is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 136 | 206 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.19 |
| HSL | 204.56º | 0.71% | 0.47% | - |
| HSV(B) | 204.56º | 0.83% | 0.81% | - |
| XYZ | 20.64 | 22.42 | 61.63 | - |
| YUV | 113.78 | 180.04 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 206 | 0.83 | 0.34 | 0 | 0.19 | 204.56 | 0.71 | 0.47 |
| Hex | 23 | 88 | CE | 53 | 22 | 0 | 13 | CD | 47 | 2F |
| Octal | 43 | 210 | 316 | 123 | 42 | 0 | 23 | 315 | 107 | 57 |
| Binary | 100011 | 10001000 | 11001110 | 1010011 | 100010 | 0 | 10011 | 11001101 | 1000111 | 101111 |
Color Harmonies of #2388CE
Complementary color
Monochromatic Colors of #2388CE
Black with #2388CE
Text Example
Text Example
White with #2388CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2388CE; }
p { color: rgb(35,136,206); }
H1.HeaderClassName
{
color: #2388CE;
}
.AnyTagClassName
{
color: #2388CE;
}
</style>
background-color css
<style>
a { background-color: #2388CE; }
a { background-color: rgb(35,136,206); }
div.DivClassName
{
background-color: #2388CE;
}
.BgClassName
{
background-color: #2388CE;
}
</style>
border-color css
<style>
span { border-color: #2388CE; }
span { border-color: rgb(35,136,206); }
td.TdClassName
{
border-color: #2388CE;
}
.TagClassName
{
border-color: #2388CE;
}
</style>