Shades of Curious Blue #227DBB
Tints of Curious Blue #227DBB
RGB
CMYK
RGB Variations
Color information
#227DBB (or 0x227DBB) is known color: Curious Blue. HEX triplet: 22, 7D and BB. RGB value is (34,125,187). Sum of RGB (Red+Green+Blue) = 34+125+187=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #227DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DBB is #DD8244. Grayscale: #686868. Windows color (decimal): -14516805 or 12287266. OLE color: 12287266.
HSL color Cylindrical-coordinate representation of color #227DBB: hue angle of 204.31º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #227DBB is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 125 | 187 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.27 |
| HSL | 204.31º | 0.69% | 0.43% | - |
| HSV(B) | 204.31º | 0.82% | 0.73% | - |
| XYZ | 16.96 | 18.6 | 49.71 | - |
| YUV | 104.86 | 174.35 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 187 | 0.82 | 0.33 | 0 | 0.27 | 204.31 | 0.69 | 0.43 |
| Hex | 22 | 7D | BB | 52 | 21 | 0 | 1B | CC | 45 | 2B |
| Octal | 42 | 175 | 273 | 122 | 41 | 0 | 33 | 314 | 105 | 53 |
| Binary | 100010 | 1111101 | 10111011 | 1010010 | 100001 | 0 | 11011 | 11001100 | 1000101 | 101011 |
Color Harmonies of #227DBB
Complementary color
Monochromatic Colors of #227DBB
Black with #227DBB
Text Example
Text Example
White with #227DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227DBB; }
p { color: rgb(34,125,187); }
H1.HeaderClassName
{
color: #227DBB;
}
.AnyTagClassName
{
color: #227DBB;
}
</style>
background-color css
<style>
a { background-color: #227DBB; }
a { background-color: rgb(34,125,187); }
div.DivClassName
{
background-color: #227DBB;
}
.BgClassName
{
background-color: #227DBB;
}
</style>
border-color css
<style>
span { border-color: #227DBB; }
span { border-color: rgb(34,125,187); }
td.TdClassName
{
border-color: #227DBB;
}
.TagClassName
{
border-color: #227DBB;
}
</style>