Shades of Curious Blue #2388CC
Tints of Curious Blue #2388CC
RGB
CMYK
RGB Variations
Color information
#2388CC (or 0x2388CC) is known color: Curious Blue. HEX triplet: 23, 88 and CC. RGB value is (35,136,204). Sum of RGB (Red+Green+Blue) = 35+136+204=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #2388CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2388CC is #DC7733. Grayscale: #717171. Windows color (decimal): -14448436 or 13404195. OLE color: 13404195.
HSL color Cylindrical-coordinate representation of color #2388CC: hue angle of 204.14º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2388CC is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 136 | 204 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.2 |
| HSL | 204.14º | 0.71% | 0.47% | - |
| HSV(B) | 204.14º | 0.83% | 0.8% | - |
| XYZ | 20.4 | 22.33 | 60.36 | - |
| YUV | 113.55 | 179.04 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 204 | 0.83 | 0.33 | 0 | 0.2 | 204.14 | 0.71 | 0.47 |
| Hex | 23 | 88 | CC | 53 | 21 | 0 | 14 | CC | 47 | 2F |
| Octal | 43 | 210 | 314 | 123 | 41 | 0 | 24 | 314 | 107 | 57 |
| Binary | 100011 | 10001000 | 11001100 | 1010011 | 100001 | 0 | 10100 | 11001100 | 1000111 | 101111 |
Color Harmonies of #2388CC
Complementary color
Monochromatic Colors of #2388CC
Black with #2388CC
Text Example
Text Example
White with #2388CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2388CC; }
p { color: rgb(35,136,204); }
H1.HeaderClassName
{
color: #2388CC;
}
.AnyTagClassName
{
color: #2388CC;
}
</style>
background-color css
<style>
a { background-color: #2388CC; }
a { background-color: rgb(35,136,204); }
div.DivClassName
{
background-color: #2388CC;
}
.BgClassName
{
background-color: #2388CC;
}
</style>
border-color css
<style>
span { border-color: #2388CC; }
span { border-color: rgb(35,136,204); }
td.TdClassName
{
border-color: #2388CC;
}
.TagClassName
{
border-color: #2388CC;
}
</style>