Shades of Curious Blue #3380B2
Tints of Curious Blue #3380B2
RGB
CMYK
RGB Variations
Color information
#3380B2 (or 0x3380B2) is known color: Curious Blue. HEX triplet: 33, 80 and B2. RGB value is (51,128,178). Sum of RGB (Red+Green+Blue) = 51+128+178=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #3380B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3380B2 is #CC7F4D. Grayscale: #6E6E6E. Windows color (decimal): -13401934 or 11698227. OLE color: 11698227.
HSL color Cylindrical-coordinate representation of color #3380B2: hue angle of 203.62º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3380B2 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 128 | 178 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.30 |
| HSL | 203.62º | 0.55% | 0.45% | - |
| HSV(B) | 203.62º | 0.71% | 0.7% | - |
| XYZ | 17.12 | 19.36 | 44.95 | - |
| YUV | 110.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 178 | 0.71 | 0.28 | 0 | 0.30 | 203.62 | 0.55 | 0.45 |
| Hex | 33 | 80 | B2 | 47 | 1C | 0 | 1E | CC | 37 | 2D |
| Octal | 63 | 200 | 262 | 107 | 34 | 0 | 36 | 314 | 67 | 55 |
| Binary | 110011 | 10000000 | 10110010 | 1000111 | 11100 | 0 | 11110 | 11001100 | 110111 | 101101 |
Color Harmonies of #3380B2
Complementary color
Monochromatic Colors of #3380B2
Black with #3380B2
Text Example
Text Example
White with #3380B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3380B2; }
p { color: rgb(51,128,178); }
H1.HeaderClassName
{
color: #3380B2;
}
.AnyTagClassName
{
color: #3380B2;
}
</style>
background-color css
<style>
a { background-color: #3380B2; }
a { background-color: rgb(51,128,178); }
div.DivClassName
{
background-color: #3380B2;
}
.BgClassName
{
background-color: #3380B2;
}
</style>
border-color css
<style>
span { border-color: #3380B2; }
span { border-color: rgb(51,128,178); }
td.TdClassName
{
border-color: #3380B2;
}
.TagClassName
{
border-color: #3380B2;
}
</style>