Shades of Curious Blue #338BC1
Tints of Curious Blue #338BC1
RGB
CMYK
RGB Variations
Color information
#338BC1 (or 0x338BC1) is known color: Curious Blue. HEX triplet: 33, 8B and C1. RGB value is (51,139,193). Sum of RGB (Red+Green+Blue) = 51+139+193=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #338BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BC1 is #CC743E. Grayscale: #767676. Windows color (decimal): -13399103 or 12684083. OLE color: 12684083.
HSL color Cylindrical-coordinate representation of color #338BC1: hue angle of 202.82º 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 #338BC1 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 139 | 193 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.24 |
| HSL | 202.82º | 0.58% | 0.48% | - |
| HSV(B) | 202.82º | 0.74% | 0.76% | - |
| XYZ | 20.22 | 23.02 | 53.83 | - |
| YUV | 118.84 | 169.85 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 193 | 0.74 | 0.28 | 0 | 0.24 | 202.82 | 0.58 | 0.48 |
| Hex | 33 | 8B | C1 | 4A | 1C | 0 | 18 | CB | 3A | 30 |
| Octal | 63 | 213 | 301 | 112 | 34 | 0 | 30 | 313 | 72 | 60 |
| Binary | 110011 | 10001011 | 11000001 | 1001010 | 11100 | 0 | 11000 | 11001011 | 111010 | 110000 |
Color Harmonies of #338BC1
Complementary color
Monochromatic Colors of #338BC1
Black with #338BC1
Text Example
Text Example
White with #338BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338BC1; }
p { color: rgb(51,139,193); }
H1.HeaderClassName
{
color: #338BC1;
}
.AnyTagClassName
{
color: #338BC1;
}
</style>
background-color css
<style>
a { background-color: #338BC1; }
a { background-color: rgb(51,139,193); }
div.DivClassName
{
background-color: #338BC1;
}
.BgClassName
{
background-color: #338BC1;
}
</style>
border-color css
<style>
span { border-color: #338BC1; }
span { border-color: rgb(51,139,193); }
td.TdClassName
{
border-color: #338BC1;
}
.TagClassName
{
border-color: #338BC1;
}
</style>