Shades of Curious Blue #338AB9
Tints of Curious Blue #338AB9
RGB
CMYK
RGB Variations
Color information
#338AB9 (or 0x338AB9) is known color: Curious Blue. HEX triplet: 33, 8A and B9. RGB value is (51,138,185). Sum of RGB (Red+Green+Blue) = 51+138+185=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #338AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338AB9 is #CC7546. Grayscale: #757575. Windows color (decimal): -13399367 or 12159539. OLE color: 12159539.
HSL color Cylindrical-coordinate representation of color #338AB9: hue angle of 201.04º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338AB9 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 138 | 185 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.27 |
| HSL | 201.04º | 0.57% | 0.46% | - |
| HSV(B) | 201.04º | 0.72% | 0.73% | - |
| XYZ | 19.21 | 22.38 | 49.21 | - |
| YUV | 117.35 | 166.18 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 185 | 0.72 | 0.25 | 0 | 0.27 | 201.04 | 0.57 | 0.46 |
| Hex | 33 | 8A | B9 | 48 | 19 | 0 | 1B | C9 | 39 | 2E |
| Octal | 63 | 212 | 271 | 110 | 31 | 0 | 33 | 311 | 71 | 56 |
| Binary | 110011 | 10001010 | 10111001 | 1001000 | 11001 | 0 | 11011 | 11001001 | 111001 | 101110 |
Color Harmonies of #338AB9
Complementary color
Monochromatic Colors of #338AB9
Black with #338AB9
Text Example
Text Example
White with #338AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338AB9; }
p { color: rgb(51,138,185); }
H1.HeaderClassName
{
color: #338AB9;
}
.AnyTagClassName
{
color: #338AB9;
}
</style>
background-color css
<style>
a { background-color: #338AB9; }
a { background-color: rgb(51,138,185); }
div.DivClassName
{
background-color: #338AB9;
}
.BgClassName
{
background-color: #338AB9;
}
</style>
border-color css
<style>
span { border-color: #338AB9; }
span { border-color: rgb(51,138,185); }
td.TdClassName
{
border-color: #338AB9;
}
.TagClassName
{
border-color: #338AB9;
}
</style>