Shades of Curious Blue #2387C0
Tints of Curious Blue #2387C0
RGB
CMYK
RGB Variations
Color information
#2387C0 (or 0x2387C0) is known color: Curious Blue. HEX triplet: 23, 87 and C0. RGB value is (35,135,192). Sum of RGB (Red+Green+Blue) = 35+135+192=362 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.67% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #2387C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2387C0 is #DC783F. Grayscale: #6F6F6F. Windows color (decimal): -14448704 or 12617507. OLE color: 12617507.
HSL color Cylindrical-coordinate representation of color #2387C0: hue angle of 201.78º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2387C0 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 135 | 192 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.25 |
| HSL | 201.78º | 0.69% | 0.45% | - |
| HSV(B) | 201.78º | 0.82% | 0.75% | - |
| XYZ | 18.87 | 21.49 | 53.02 | - |
| YUV | 111.6 | 173.37 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 135 | 192 | 0.82 | 0.30 | 0 | 0.25 | 201.78 | 0.69 | 0.45 |
| Hex | 23 | 87 | C0 | 52 | 1E | 0 | 19 | CA | 45 | 2D |
| Octal | 43 | 207 | 300 | 122 | 36 | 0 | 31 | 312 | 105 | 55 |
| Binary | 100011 | 10000111 | 11000000 | 1010010 | 11110 | 0 | 11001 | 11001010 | 1000101 | 101101 |
Color Harmonies of #2387C0
Complementary color
Monochromatic Colors of #2387C0
Black with #2387C0
Text Example
Text Example
White with #2387C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2387C0; }
p { color: rgb(35,135,192); }
H1.HeaderClassName
{
color: #2387C0;
}
.AnyTagClassName
{
color: #2387C0;
}
</style>
background-color css
<style>
a { background-color: #2387C0; }
a { background-color: rgb(35,135,192); }
div.DivClassName
{
background-color: #2387C0;
}
.BgClassName
{
background-color: #2387C0;
}
</style>
border-color css
<style>
span { border-color: #2387C0; }
span { border-color: rgb(35,135,192); }
td.TdClassName
{
border-color: #2387C0;
}
.TagClassName
{
border-color: #2387C0;
}
</style>