Shades of Curious Blue #3381AF
Tints of Curious Blue #3381AF
RGB
CMYK
RGB Variations
Color information
#3381AF (or 0x3381AF) is known color: Curious Blue. HEX triplet: 33, 81 and AF. RGB value is (51,129,175). Sum of RGB (Red+Green+Blue) = 51+129+175=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #3381AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3381AF is #CC7E50. Grayscale: #6E6E6E. Windows color (decimal): -13401681 or 11501875. OLE color: 11501875.
HSL color Cylindrical-coordinate representation of color #3381AF: hue angle of 202.26º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3381AF is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 129 | 175 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.31 |
| HSL | 202.26º | 0.55% | 0.44% | - |
| HSV(B) | 202.26º | 0.71% | 0.69% | - |
| XYZ | 16.95 | 19.5 | 43.43 | - |
| YUV | 110.92 | 164.16 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 175 | 0.71 | 0.26 | 0 | 0.31 | 202.26 | 0.55 | 0.44 |
| Hex | 33 | 81 | AF | 47 | 1A | 0 | 1F | CA | 37 | 2C |
| Octal | 63 | 201 | 257 | 107 | 32 | 0 | 37 | 312 | 67 | 54 |
| Binary | 110011 | 10000001 | 10101111 | 1000111 | 11010 | 0 | 11111 | 11001010 | 110111 | 101100 |
Color Harmonies of #3381AF
Complementary color
Monochromatic Colors of #3381AF
Black with #3381AF
Text Example
Text Example
White with #3381AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3381AF; }
p { color: rgb(51,129,175); }
H1.HeaderClassName
{
color: #3381AF;
}
.AnyTagClassName
{
color: #3381AF;
}
</style>
background-color css
<style>
a { background-color: #3381AF; }
a { background-color: rgb(51,129,175); }
div.DivClassName
{
background-color: #3381AF;
}
.BgClassName
{
background-color: #3381AF;
}
</style>
border-color css
<style>
span { border-color: #3381AF; }
span { border-color: rgb(51,129,175); }
td.TdClassName
{
border-color: #3381AF;
}
.TagClassName
{
border-color: #3381AF;
}
</style>