Shades of Curious Blue #338CBB
Tints of Curious Blue #338CBB
RGB
CMYK
RGB Variations
Color information
#338CBB (or 0x338CBB) is known color: Curious Blue. HEX triplet: 33, 8C and BB. RGB value is (51,140,187). Sum of RGB (Red+Green+Blue) = 51+140+187=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #338CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CBB is #CC7344. Grayscale: #767676. Windows color (decimal): -13398853 or 12291123. OLE color: 12291123.
HSL color Cylindrical-coordinate representation of color #338CBB: hue angle of 200.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338CBB is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 140 | 187 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.27 |
| HSL | 200.74º | 0.57% | 0.47% | - |
| HSV(B) | 200.74º | 0.73% | 0.73% | - |
| XYZ | 19.71 | 23.05 | 50.42 | - |
| YUV | 118.75 | 166.51 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 187 | 0.73 | 0.25 | 0 | 0.27 | 200.74 | 0.57 | 0.47 |
| Hex | 33 | 8C | BB | 49 | 19 | 0 | 1B | C9 | 39 | 2F |
| Octal | 63 | 214 | 273 | 111 | 31 | 0 | 33 | 311 | 71 | 57 |
| Binary | 110011 | 10001100 | 10111011 | 1001001 | 11001 | 0 | 11011 | 11001001 | 111001 | 101111 |
Color Harmonies of #338CBB
Complementary color
Monochromatic Colors of #338CBB
Black with #338CBB
Text Example
Text Example
White with #338CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CBB; }
p { color: rgb(51,140,187); }
H1.HeaderClassName
{
color: #338CBB;
}
.AnyTagClassName
{
color: #338CBB;
}
</style>
background-color css
<style>
a { background-color: #338CBB; }
a { background-color: rgb(51,140,187); }
div.DivClassName
{
background-color: #338CBB;
}
.BgClassName
{
background-color: #338CBB;
}
</style>
border-color css
<style>
span { border-color: #338CBB; }
span { border-color: rgb(51,140,187); }
td.TdClassName
{
border-color: #338CBB;
}
.TagClassName
{
border-color: #338CBB;
}
</style>