Shades of Curious Blue #338BB5
Tints of Curious Blue #338BB5
RGB
CMYK
RGB Variations
Color information
#338BB5 (or 0x338BB5) is known color: Curious Blue. HEX triplet: 33, 8B and B5. RGB value is (51,139,181). Sum of RGB (Red+Green+Blue) = 51+139+181=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #338BB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BB5 is #CC744A. Grayscale: #757575. Windows color (decimal): -13399115 or 11897651. OLE color: 11897651.
HSL color Cylindrical-coordinate representation of color #338BB5: hue angle of 199.38º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338BB5 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 139 | 181 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.29 |
| HSL | 199.38º | 0.56% | 0.45% | - |
| HSV(B) | 199.38º | 0.72% | 0.71% | - |
| XYZ | 18.94 | 22.51 | 47.06 | - |
| YUV | 117.48 | 163.85 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 181 | 0.72 | 0.23 | 0 | 0.29 | 199.38 | 0.56 | 0.45 |
| Hex | 33 | 8B | B5 | 48 | 17 | 0 | 1D | C7 | 38 | 2D |
| Octal | 63 | 213 | 265 | 110 | 27 | 0 | 35 | 307 | 70 | 55 |
| Binary | 110011 | 10001011 | 10110101 | 1001000 | 10111 | 0 | 11101 | 11000111 | 111000 | 101101 |
Color Harmonies of #338BB5
Complementary color
Monochromatic Colors of #338BB5
Black with #338BB5
Text Example
Text Example
White with #338BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338BB5; }
p { color: rgb(51,139,181); }
H1.HeaderClassName
{
color: #338BB5;
}
.AnyTagClassName
{
color: #338BB5;
}
</style>
background-color css
<style>
a { background-color: #338BB5; }
a { background-color: rgb(51,139,181); }
div.DivClassName
{
background-color: #338BB5;
}
.BgClassName
{
background-color: #338BB5;
}
</style>
border-color css
<style>
span { border-color: #338BB5; }
span { border-color: rgb(51,139,181); }
td.TdClassName
{
border-color: #338BB5;
}
.TagClassName
{
border-color: #338BB5;
}
</style>