Shades of Curious Blue #237CCE
Tints of Curious Blue #237CCE
RGB
CMYK
RGB Variations
Color information
#237CCE (or 0x237CCE) is known color: Curious Blue. HEX triplet: 23, 7C and CE. RGB value is (35,124,206). Sum of RGB (Red+Green+Blue) = 35+124+206=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #237CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237CCE is #DC8331. Grayscale: #6A6A6A. Windows color (decimal): -14451506 or 13532195. OLE color: 13532195.
HSL color Cylindrical-coordinate representation of color #237CCE: hue angle of 208.77º 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 #237CCE is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 124 | 206 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.19 |
| HSL | 208.77º | 0.71% | 0.47% | - |
| HSV(B) | 208.77º | 0.83% | 0.81% | - |
| XYZ | 19.04 | 19.23 | 61.1 | - |
| YUV | 106.74 | 184.01 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 206 | 0.83 | 0.40 | 0 | 0.19 | 208.77 | 0.71 | 0.47 |
| Hex | 23 | 7C | CE | 53 | 28 | 0 | 13 | D1 | 47 | 2F |
| Octal | 43 | 174 | 316 | 123 | 50 | 0 | 23 | 321 | 107 | 57 |
| Binary | 100011 | 1111100 | 11001110 | 1010011 | 101000 | 0 | 10011 | 11010001 | 1000111 | 101111 |
Color Harmonies of #237CCE
Complementary color
Monochromatic Colors of #237CCE
Black with #237CCE
Text Example
Text Example
White with #237CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237CCE; }
p { color: rgb(35,124,206); }
H1.HeaderClassName
{
color: #237CCE;
}
.AnyTagClassName
{
color: #237CCE;
}
</style>
background-color css
<style>
a { background-color: #237CCE; }
a { background-color: rgb(35,124,206); }
div.DivClassName
{
background-color: #237CCE;
}
.BgClassName
{
background-color: #237CCE;
}
</style>
border-color css
<style>
span { border-color: #237CCE; }
span { border-color: rgb(35,124,206); }
td.TdClassName
{
border-color: #237CCE;
}
.TagClassName
{
border-color: #237CCE;
}
</style>