Shades of Curious Blue #237FB1
Tints of Curious Blue #237FB1
RGB
CMYK
RGB Variations
Color information
#237FB1 (or 0x237FB1) is known color: Curious Blue. HEX triplet: 23, 7F and B1. RGB value is (35,127,177). Sum of RGB (Red+Green+Blue) = 35+127+177=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #237FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237FB1 is #DC804E. Grayscale: #686868. Windows color (decimal): -14450767 or 11632419. OLE color: 11632419.
HSL color Cylindrical-coordinate representation of color #237FB1: hue angle of 201.13º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #237FB1 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 127 | 177 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.31 |
| HSL | 201.13º | 0.67% | 0.42% | - |
| HSV(B) | 201.13º | 0.8% | 0.69% | - |
| XYZ | 16.22 | 18.71 | 44.35 | - |
| YUV | 105.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 177 | 0.80 | 0.28 | 0 | 0.31 | 201.13 | 0.67 | 0.42 |
| Hex | 23 | 7F | B1 | 50 | 1C | 0 | 1F | C9 | 43 | 2A |
| Octal | 43 | 177 | 261 | 120 | 34 | 0 | 37 | 311 | 103 | 52 |
| Binary | 100011 | 1111111 | 10110001 | 1010000 | 11100 | 0 | 11111 | 11001001 | 1000011 | 101010 |
Color Harmonies of #237FB1
Complementary color
Monochromatic Colors of #237FB1
Black with #237FB1
Text Example
Text Example
White with #237FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FB1; }
p { color: rgb(35,127,177); }
H1.HeaderClassName
{
color: #237FB1;
}
.AnyTagClassName
{
color: #237FB1;
}
</style>
background-color css
<style>
a { background-color: #237FB1; }
a { background-color: rgb(35,127,177); }
div.DivClassName
{
background-color: #237FB1;
}
.BgClassName
{
background-color: #237FB1;
}
</style>
border-color css
<style>
span { border-color: #237FB1; }
span { border-color: rgb(35,127,177); }
td.TdClassName
{
border-color: #237FB1;
}
.TagClassName
{
border-color: #237FB1;
}
</style>