Shades of Curious Blue #338ACB
Tints of Curious Blue #338ACB
RGB
CMYK
RGB Variations
Color information
#338ACB (or 0x338ACB) is known color: Curious Blue. HEX triplet: 33, 8A and CB. RGB value is (51,138,203). Sum of RGB (Red+Green+Blue) = 51+138+203=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #338ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ACB is #CC7534. Grayscale: #777777. Windows color (decimal): -13399349 or 13339187. OLE color: 13339187.
HSL color Cylindrical-coordinate representation of color #338ACB: hue angle of 205.66º 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 #338ACB is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 138 | 203 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.20 |
| HSL | 205.66º | 0.6% | 0.5% | - |
| HSV(B) | 205.66º | 0.75% | 0.8% | - |
| XYZ | 21.23 | 23.19 | 59.86 | - |
| YUV | 119.4 | 175.18 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 203 | 0.75 | 0.32 | 0 | 0.20 | 205.66 | 0.6 | 0.5 |
| Hex | 33 | 8A | CB | 4B | 20 | 0 | 14 | CE | 3C | 32 |
| Octal | 63 | 212 | 313 | 113 | 40 | 0 | 24 | 316 | 74 | 62 |
| Binary | 110011 | 10001010 | 11001011 | 1001011 | 100000 | 0 | 10100 | 11001110 | 111100 | 110010 |
Color Harmonies of #338ACB
Complementary color
Monochromatic Colors of #338ACB
Black with #338ACB
Text Example
Text Example
White with #338ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338ACB; }
p { color: rgb(51,138,203); }
H1.HeaderClassName
{
color: #338ACB;
}
.AnyTagClassName
{
color: #338ACB;
}
</style>
background-color css
<style>
a { background-color: #338ACB; }
a { background-color: rgb(51,138,203); }
div.DivClassName
{
background-color: #338ACB;
}
.BgClassName
{
background-color: #338ACB;
}
</style>
border-color css
<style>
span { border-color: #338ACB; }
span { border-color: rgb(51,138,203); }
td.TdClassName
{
border-color: #338ACB;
}
.TagClassName
{
border-color: #338ACB;
}
</style>