Shades of Curious Blue #327BB3
Tints of Curious Blue #327BB3
RGB
CMYK
RGB Variations
Color information
#327BB3 (or 0x327BB3) is known color: Curious Blue. HEX triplet: 32, 7B and B3. RGB value is (50,123,179). Sum of RGB (Red+Green+Blue) = 50+123+179=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #327BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BB3 is #CD844C. Grayscale: #6B6B6B. Windows color (decimal): -13468749 or 11762482. OLE color: 11762482.
HSL color Cylindrical-coordinate representation of color #327BB3: hue angle of 206.05º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #327BB3 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 123 | 179 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.30 |
| HSL | 206.05º | 0.56% | 0.45% | - |
| HSV(B) | 206.05º | 0.72% | 0.7% | - |
| XYZ | 16.54 | 18.1 | 45.27 | - |
| YUV | 107.56 | 168.32 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 179 | 0.72 | 0.31 | 0 | 0.30 | 206.05 | 0.56 | 0.45 |
| Hex | 32 | 7B | B3 | 48 | 1F | 0 | 1E | CE | 38 | 2D |
| Octal | 62 | 173 | 263 | 110 | 37 | 0 | 36 | 316 | 70 | 55 |
| Binary | 110010 | 1111011 | 10110011 | 1001000 | 11111 | 0 | 11110 | 11001110 | 111000 | 101101 |
Color Harmonies of #327BB3
Complementary color
Monochromatic Colors of #327BB3
Black with #327BB3
Text Example
Text Example
White with #327BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327BB3; }
p { color: rgb(50,123,179); }
H1.HeaderClassName
{
color: #327BB3;
}
.AnyTagClassName
{
color: #327BB3;
}
</style>
background-color css
<style>
a { background-color: #327BB3; }
a { background-color: rgb(50,123,179); }
div.DivClassName
{
background-color: #327BB3;
}
.BgClassName
{
background-color: #327BB3;
}
</style>
border-color css
<style>
span { border-color: #327BB3; }
span { border-color: rgb(50,123,179); }
td.TdClassName
{
border-color: #327BB3;
}
.TagClassName
{
border-color: #327BB3;
}
</style>