Shades of Curious Blue #338CB8
Tints of Curious Blue #338CB8
RGB
CMYK
RGB Variations
Color information
#338CB8 (or 0x338CB8) is known color: Curious Blue. HEX triplet: 33, 8C and B8. RGB value is (51,140,184). Sum of RGB (Red+Green+Blue) = 51+140+184=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #338CB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CB8 is #CC7347. Grayscale: #767676. Windows color (decimal): -13398856 or 12094515. OLE color: 12094515.
HSL color Cylindrical-coordinate representation of color #338CB8: hue angle of 199.85º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338CB8 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 140 | 184 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.28 |
| HSL | 199.85º | 0.57% | 0.46% | - |
| HSV(B) | 199.85º | 0.72% | 0.72% | - |
| XYZ | 19.4 | 22.92 | 48.75 | - |
| YUV | 118.41 | 165.01 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 184 | 0.72 | 0.24 | 0 | 0.28 | 199.85 | 0.57 | 0.46 |
| Hex | 33 | 8C | B8 | 48 | 18 | 0 | 1C | C8 | 39 | 2E |
| Octal | 63 | 214 | 270 | 110 | 30 | 0 | 34 | 310 | 71 | 56 |
| Binary | 110011 | 10001100 | 10111000 | 1001000 | 11000 | 0 | 11100 | 11001000 | 111001 | 101110 |
Color Harmonies of #338CB8
Complementary color
Monochromatic Colors of #338CB8
Black with #338CB8
Text Example
Text Example
White with #338CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CB8; }
p { color: rgb(51,140,184); }
H1.HeaderClassName
{
color: #338CB8;
}
.AnyTagClassName
{
color: #338CB8;
}
</style>
background-color css
<style>
a { background-color: #338CB8; }
a { background-color: rgb(51,140,184); }
div.DivClassName
{
background-color: #338CB8;
}
.BgClassName
{
background-color: #338CB8;
}
</style>
border-color css
<style>
span { border-color: #338CB8; }
span { border-color: rgb(51,140,184); }
td.TdClassName
{
border-color: #338CB8;
}
.TagClassName
{
border-color: #338CB8;
}
</style>