Shades of Curious Blue #338CBF
Tints of Curious Blue #338CBF
RGB
CMYK
RGB Variations
Color information
#338CBF (or 0x338CBF) is known color: Curious Blue. HEX triplet: 33, 8C and BF. RGB value is (51,140,191). Sum of RGB (Red+Green+Blue) = 51+140+191=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #338CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CBF is #CC7340. Grayscale: #767676. Windows color (decimal): -13398849 or 12553267. OLE color: 12553267.
HSL color Cylindrical-coordinate representation of color #338CBF: hue angle of 201.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338CBF is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 140 | 191 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.25 |
| HSL | 201.86º | 0.58% | 0.47% | - |
| HSV(B) | 201.86º | 0.73% | 0.75% | - |
| XYZ | 20.15 | 23.22 | 52.71 | - |
| YUV | 119.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 191 | 0.73 | 0.27 | 0 | 0.25 | 201.86 | 0.58 | 0.47 |
| Hex | 33 | 8C | BF | 49 | 1B | 0 | 19 | CA | 3A | 2F |
| Octal | 63 | 214 | 277 | 111 | 33 | 0 | 31 | 312 | 72 | 57 |
| Binary | 110011 | 10001100 | 10111111 | 1001001 | 11011 | 0 | 11001 | 11001010 | 111010 | 101111 |
Color Harmonies of #338CBF
Complementary color
Monochromatic Colors of #338CBF
Black with #338CBF
Text Example
Text Example
White with #338CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CBF; }
p { color: rgb(51,140,191); }
H1.HeaderClassName
{
color: #338CBF;
}
.AnyTagClassName
{
color: #338CBF;
}
</style>
background-color css
<style>
a { background-color: #338CBF; }
a { background-color: rgb(51,140,191); }
div.DivClassName
{
background-color: #338CBF;
}
.BgClassName
{
background-color: #338CBF;
}
</style>
border-color css
<style>
span { border-color: #338CBF; }
span { border-color: rgb(51,140,191); }
td.TdClassName
{
border-color: #338CBF;
}
.TagClassName
{
border-color: #338CBF;
}
</style>