Shades of Curious Blue #338CBD
Tints of Curious Blue #338CBD
RGB
CMYK
RGB Variations
Color information
#338CBD (or 0x338CBD) is known color: Curious Blue. HEX triplet: 33, 8C and BD. RGB value is (51,140,189). Sum of RGB (Red+Green+Blue) = 51+140+189=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #338CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CBD is #CC7342. Grayscale: #767676. Windows color (decimal): -13398851 or 12422195. OLE color: 12422195.
HSL color Cylindrical-coordinate representation of color #338CBD: hue angle of 201.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338CBD is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 140 | 189 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.26 |
| HSL | 201.3º | 0.58% | 0.47% | - |
| HSV(B) | 201.3º | 0.73% | 0.74% | - |
| XYZ | 19.93 | 23.13 | 51.56 | - |
| YUV | 118.98 | 167.51 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 189 | 0.73 | 0.26 | 0 | 0.26 | 201.3 | 0.58 | 0.47 |
| Hex | 33 | 8C | BD | 49 | 1A | 0 | 1A | C9 | 3A | 2F |
| Octal | 63 | 214 | 275 | 111 | 32 | 0 | 32 | 311 | 72 | 57 |
| Binary | 110011 | 10001100 | 10111101 | 1001001 | 11010 | 0 | 11010 | 11001001 | 111010 | 101111 |
Color Harmonies of #338CBD
Complementary color
Monochromatic Colors of #338CBD
Black with #338CBD
Text Example
Text Example
White with #338CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CBD; }
p { color: rgb(51,140,189); }
H1.HeaderClassName
{
color: #338CBD;
}
.AnyTagClassName
{
color: #338CBD;
}
</style>
background-color css
<style>
a { background-color: #338CBD; }
a { background-color: rgb(51,140,189); }
div.DivClassName
{
background-color: #338CBD;
}
.BgClassName
{
background-color: #338CBD;
}
</style>
border-color css
<style>
span { border-color: #338CBD; }
span { border-color: rgb(51,140,189); }
td.TdClassName
{
border-color: #338CBD;
}
.TagClassName
{
border-color: #338CBD;
}
</style>