Shades of Curious Blue #328AB6
Tints of Curious Blue #328AB6
RGB
CMYK
RGB Variations
Color information
#328AB6 (or 0x328AB6) is known color: Curious Blue. HEX triplet: 32, 8A and B6. RGB value is (50,138,182). Sum of RGB (Red+Green+Blue) = 50+138+182=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #328AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328AB6 is #CD7549. Grayscale: #747474. Windows color (decimal): -13464906 or 11962930. OLE color: 11962930.
HSL color Cylindrical-coordinate representation of color #328AB6: hue angle of 200º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328AB6 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 138 | 182 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.29 |
| HSL | 200º | 0.57% | 0.45% | - |
| HSV(B) | 200º | 0.73% | 0.71% | - |
| XYZ | 18.85 | 22.23 | 47.55 | - |
| YUV | 116.7 | 164.85 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 182 | 0.73 | 0.24 | 0 | 0.29 | 200 | 0.57 | 0.45 |
| Hex | 32 | 8A | B6 | 49 | 18 | 0 | 1D | C8 | 39 | 2D |
| Octal | 62 | 212 | 266 | 111 | 30 | 0 | 35 | 310 | 71 | 55 |
| Binary | 110010 | 10001010 | 10110110 | 1001001 | 11000 | 0 | 11101 | 11001000 | 111001 | 101101 |
Color Harmonies of #328AB6
Complementary color
Monochromatic Colors of #328AB6
Black with #328AB6
Text Example
Text Example
White with #328AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328AB6; }
p { color: rgb(50,138,182); }
H1.HeaderClassName
{
color: #328AB6;
}
.AnyTagClassName
{
color: #328AB6;
}
</style>
background-color css
<style>
a { background-color: #328AB6; }
a { background-color: rgb(50,138,182); }
div.DivClassName
{
background-color: #328AB6;
}
.BgClassName
{
background-color: #328AB6;
}
</style>
border-color css
<style>
span { border-color: #328AB6; }
span { border-color: rgb(50,138,182); }
td.TdClassName
{
border-color: #328AB6;
}
.TagClassName
{
border-color: #328AB6;
}
</style>