Shades of Curious Blue #338FCB
Tints of Curious Blue #338FCB
RGB
CMYK
RGB Variations
Color information
#338FCB (or 0x338FCB) is known color: Curious Blue. HEX triplet: 33, 8F and CB. RGB value is (51,143,203). Sum of RGB (Red+Green+Blue) = 51+143+203=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #338FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FCB is #CC7034. Grayscale: #797979. Windows color (decimal): -13398069 or 13340467. OLE color: 13340467.
HSL color Cylindrical-coordinate representation of color #338FCB: hue angle of 203.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338FCB is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 143 | 203 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.20 |
| HSL | 203.68º | 0.6% | 0.5% | - |
| HSV(B) | 203.68º | 0.75% | 0.8% | - |
| XYZ | 21.97 | 24.66 | 60.1 | - |
| YUV | 122.33 | 173.52 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 203 | 0.75 | 0.30 | 0 | 0.20 | 203.68 | 0.6 | 0.5 |
| Hex | 33 | 8F | CB | 4B | 1E | 0 | 14 | CC | 3C | 32 |
| Octal | 63 | 217 | 313 | 113 | 36 | 0 | 24 | 314 | 74 | 62 |
| Binary | 110011 | 10001111 | 11001011 | 1001011 | 11110 | 0 | 10100 | 11001100 | 111100 | 110010 |
Color Harmonies of #338FCB
Complementary color
Monochromatic Colors of #338FCB
Black with #338FCB
Text Example
Text Example
White with #338FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FCB; }
p { color: rgb(51,143,203); }
H1.HeaderClassName
{
color: #338FCB;
}
.AnyTagClassName
{
color: #338FCB;
}
</style>
background-color css
<style>
a { background-color: #338FCB; }
a { background-color: rgb(51,143,203); }
div.DivClassName
{
background-color: #338FCB;
}
.BgClassName
{
background-color: #338FCB;
}
</style>
border-color css
<style>
span { border-color: #338FCB; }
span { border-color: rgb(51,143,203); }
td.TdClassName
{
border-color: #338FCB;
}
.TagClassName
{
border-color: #338FCB;
}
</style>