Shades of Curious Blue #237FBB
Tints of Curious Blue #237FBB
RGB
CMYK
RGB Variations
Color information
#237FBB (or 0x237FBB) is known color: Curious Blue. HEX triplet: 23, 7F and BB. RGB value is (35,127,187). Sum of RGB (Red+Green+Blue) = 35+127+187=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #237FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237FBB is #DC8044. Grayscale: #6A6A6A. Windows color (decimal): -14450757 or 12287779. OLE color: 12287779.
HSL color Cylindrical-coordinate representation of color #237FBB: hue angle of 203.68º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #237FBB is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 127 | 187 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.27 |
| HSL | 203.68º | 0.68% | 0.44% | - |
| HSV(B) | 203.68º | 0.81% | 0.73% | - |
| XYZ | 17.25 | 19.12 | 49.8 | - |
| YUV | 106.33 | 173.52 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 187 | 0.81 | 0.32 | 0 | 0.27 | 203.68 | 0.68 | 0.44 |
| Hex | 23 | 7F | BB | 51 | 20 | 0 | 1B | CC | 44 | 2C |
| Octal | 43 | 177 | 273 | 121 | 40 | 0 | 33 | 314 | 104 | 54 |
| Binary | 100011 | 1111111 | 10111011 | 1010001 | 100000 | 0 | 11011 | 11001100 | 1000100 | 101100 |
Color Harmonies of #237FBB
Complementary color
Monochromatic Colors of #237FBB
Black with #237FBB
Text Example
Text Example
White with #237FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FBB; }
p { color: rgb(35,127,187); }
H1.HeaderClassName
{
color: #237FBB;
}
.AnyTagClassName
{
color: #237FBB;
}
</style>
background-color css
<style>
a { background-color: #237FBB; }
a { background-color: rgb(35,127,187); }
div.DivClassName
{
background-color: #237FBB;
}
.BgClassName
{
background-color: #237FBB;
}
</style>
border-color css
<style>
span { border-color: #237FBB; }
span { border-color: rgb(35,127,187); }
td.TdClassName
{
border-color: #237FBB;
}
.TagClassName
{
border-color: #237FBB;
}
</style>