Shades of Curious Blue #338AB2
Tints of Curious Blue #338AB2
RGB
CMYK
RGB Variations
Color information
#338AB2 (or 0x338AB2) is known color: Curious Blue. HEX triplet: 33, 8A and B2. RGB value is (51,138,178). Sum of RGB (Red+Green+Blue) = 51+138+178=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #338AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338AB2 is #CC754D. Grayscale: #747474. Windows color (decimal): -13399374 or 11700787. OLE color: 11700787.
HSL color Cylindrical-coordinate representation of color #338AB2: hue angle of 198.9º 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 #338AB2 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 138 | 178 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.30 |
| HSL | 198.9º | 0.55% | 0.45% | - |
| HSV(B) | 198.9º | 0.71% | 0.7% | - |
| XYZ | 18.49 | 22.1 | 45.41 | - |
| YUV | 116.55 | 162.68 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 178 | 0.71 | 0.22 | 0 | 0.30 | 198.9 | 0.55 | 0.45 |
| Hex | 33 | 8A | B2 | 47 | 16 | 0 | 1E | C7 | 37 | 2D |
| Octal | 63 | 212 | 262 | 107 | 26 | 0 | 36 | 307 | 67 | 55 |
| Binary | 110011 | 10001010 | 10110010 | 1000111 | 10110 | 0 | 11110 | 11000111 | 110111 | 101101 |
Color Harmonies of #338AB2
Complementary color
Monochromatic Colors of #338AB2
Black with #338AB2
Text Example
Text Example
White with #338AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338AB2; }
p { color: rgb(51,138,178); }
H1.HeaderClassName
{
color: #338AB2;
}
.AnyTagClassName
{
color: #338AB2;
}
</style>
background-color css
<style>
a { background-color: #338AB2; }
a { background-color: rgb(51,138,178); }
div.DivClassName
{
background-color: #338AB2;
}
.BgClassName
{
background-color: #338AB2;
}
</style>
border-color css
<style>
span { border-color: #338AB2; }
span { border-color: rgb(51,138,178); }
td.TdClassName
{
border-color: #338AB2;
}
.TagClassName
{
border-color: #338AB2;
}
</style>