Shades of Curious Blue #338AB7
Tints of Curious Blue #338AB7
RGB
CMYK
RGB Variations
Color information
#338AB7 (or 0x338AB7) is known color: Curious Blue. HEX triplet: 33, 8A and B7. RGB value is (51,138,183). Sum of RGB (Red+Green+Blue) = 51+138+183=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #338AB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338AB7 is #CC7548. Grayscale: #747474. Windows color (decimal): -13399369 or 12028467. OLE color: 12028467.
HSL color Cylindrical-coordinate representation of color #338AB7: hue angle of 200.45º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338AB7 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 138 | 183 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.28 |
| HSL | 200.45º | 0.56% | 0.46% | - |
| HSV(B) | 200.45º | 0.72% | 0.72% | - |
| XYZ | 19 | 22.3 | 48.1 | - |
| YUV | 117.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 183 | 0.72 | 0.25 | 0 | 0.28 | 200.45 | 0.56 | 0.46 |
| Hex | 33 | 8A | B7 | 48 | 19 | 0 | 1C | C8 | 38 | 2E |
| Octal | 63 | 212 | 267 | 110 | 31 | 0 | 34 | 310 | 70 | 56 |
| Binary | 110011 | 10001010 | 10110111 | 1001000 | 11001 | 0 | 11100 | 11001000 | 111000 | 101110 |
Color Harmonies of #338AB7
Complementary color
Monochromatic Colors of #338AB7
Black with #338AB7
Text Example
Text Example
White with #338AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338AB7; }
p { color: rgb(51,138,183); }
H1.HeaderClassName
{
color: #338AB7;
}
.AnyTagClassName
{
color: #338AB7;
}
</style>
background-color css
<style>
a { background-color: #338AB7; }
a { background-color: rgb(51,138,183); }
div.DivClassName
{
background-color: #338AB7;
}
.BgClassName
{
background-color: #338AB7;
}
</style>
border-color css
<style>
span { border-color: #338AB7; }
span { border-color: rgb(51,138,183); }
td.TdClassName
{
border-color: #338AB7;
}
.TagClassName
{
border-color: #338AB7;
}
</style>