Shades of Curious Blue #3375CA
Tints of Curious Blue #3375CA
RGB
CMYK
RGB Variations
Color information
#3375CA (or 0x3375CA) is known color: Curious Blue. HEX triplet: 33, 75 and CA. RGB value is (51,117,202). Sum of RGB (Red+Green+Blue) = 51+117+202=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #3375CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375CA is #CC8A35. Grayscale: #6A6A6A. Windows color (decimal): -13404726 or 13268275. OLE color: 13268275.
HSL color Cylindrical-coordinate representation of color #3375CA: hue angle of 213.77º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3375CA is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 117 | 202 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.21 |
| HSL | 213.77º | 0.6% | 0.5% | - |
| HSV(B) | 213.77º | 0.75% | 0.79% | - |
| XYZ | 18.39 | 17.69 | 58.32 | - |
| YUV | 106.96 | 181.63 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 202 | 0.75 | 0.42 | 0 | 0.21 | 213.77 | 0.6 | 0.5 |
| Hex | 33 | 75 | CA | 4B | 2A | 0 | 15 | D6 | 3C | 32 |
| Octal | 63 | 165 | 312 | 113 | 52 | 0 | 25 | 326 | 74 | 62 |
| Binary | 110011 | 1110101 | 11001010 | 1001011 | 101010 | 0 | 10101 | 11010110 | 111100 | 110010 |
Color Harmonies of #3375CA
Complementary color
Monochromatic Colors of #3375CA
Black with #3375CA
Text Example
Text Example
White with #3375CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3375CA; }
p { color: rgb(51,117,202); }
H1.HeaderClassName
{
color: #3375CA;
}
.AnyTagClassName
{
color: #3375CA;
}
</style>
background-color css
<style>
a { background-color: #3375CA; }
a { background-color: rgb(51,117,202); }
div.DivClassName
{
background-color: #3375CA;
}
.BgClassName
{
background-color: #3375CA;
}
</style>
border-color css
<style>
span { border-color: #3375CA; }
span { border-color: rgb(51,117,202); }
td.TdClassName
{
border-color: #3375CA;
}
.TagClassName
{
border-color: #3375CA;
}
</style>