Shades of Curious Blue #338AC1
Tints of Curious Blue #338AC1
RGB
CMYK
RGB Variations
Color information
#338AC1 (or 0x338AC1) is known color: Curious Blue. HEX triplet: 33, 8A and C1. RGB value is (51,138,193). Sum of RGB (Red+Green+Blue) = 51+138+193=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #338AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338AC1 is #CC753E. Grayscale: #757575. Windows color (decimal): -13399359 or 12683827. OLE color: 12683827.
HSL color Cylindrical-coordinate representation of color #338AC1: hue angle of 203.24º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #338AC1 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 138 | 193 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.24 |
| HSL | 203.24º | 0.58% | 0.48% | - |
| HSV(B) | 203.24º | 0.74% | 0.76% | - |
| XYZ | 20.08 | 22.73 | 53.78 | - |
| YUV | 118.26 | 170.18 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 193 | 0.74 | 0.28 | 0 | 0.24 | 203.24 | 0.58 | 0.48 |
| Hex | 33 | 8A | C1 | 4A | 1C | 0 | 18 | CB | 3A | 30 |
| Octal | 63 | 212 | 301 | 112 | 34 | 0 | 30 | 313 | 72 | 60 |
| Binary | 110011 | 10001010 | 11000001 | 1001010 | 11100 | 0 | 11000 | 11001011 | 111010 | 110000 |
Color Harmonies of #338AC1
Complementary color
Monochromatic Colors of #338AC1
Black with #338AC1
Text Example
Text Example
White with #338AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338AC1; }
p { color: rgb(51,138,193); }
H1.HeaderClassName
{
color: #338AC1;
}
.AnyTagClassName
{
color: #338AC1;
}
</style>
background-color css
<style>
a { background-color: #338AC1; }
a { background-color: rgb(51,138,193); }
div.DivClassName
{
background-color: #338AC1;
}
.BgClassName
{
background-color: #338AC1;
}
</style>
border-color css
<style>
span { border-color: #338AC1; }
span { border-color: rgb(51,138,193); }
td.TdClassName
{
border-color: #338AC1;
}
.TagClassName
{
border-color: #338AC1;
}
</style>