Shades of Curious Blue #338AB4
Tints of Curious Blue #338AB4
RGB
CMYK
RGB Variations
Color information
#338AB4 (or 0x338AB4) is known color: Curious Blue. HEX triplet: 33, 8A and B4. RGB value is (51,138,180). Sum of RGB (Red+Green+Blue) = 51+138+180=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #338AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338AB4 is #CC754B. Grayscale: #747474. Windows color (decimal): -13399372 or 11831859. OLE color: 11831859.
HSL color Cylindrical-coordinate representation of color #338AB4: hue angle of 199.53º 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 #338AB4 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 138 | 180 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.29 |
| HSL | 199.53º | 0.56% | 0.45% | - |
| HSV(B) | 199.53º | 0.72% | 0.71% | - |
| XYZ | 18.69 | 22.18 | 46.48 | - |
| YUV | 116.78 | 163.68 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 180 | 0.72 | 0.23 | 0 | 0.29 | 199.53 | 0.56 | 0.45 |
| Hex | 33 | 8A | B4 | 48 | 17 | 0 | 1D | C8 | 38 | 2D |
| Octal | 63 | 212 | 264 | 110 | 27 | 0 | 35 | 310 | 70 | 55 |
| Binary | 110011 | 10001010 | 10110100 | 1001000 | 10111 | 0 | 11101 | 11001000 | 111000 | 101101 |
Color Harmonies of #338AB4
Complementary color
Monochromatic Colors of #338AB4
Black with #338AB4
Text Example
Text Example
White with #338AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338AB4; }
p { color: rgb(51,138,180); }
H1.HeaderClassName
{
color: #338AB4;
}
.AnyTagClassName
{
color: #338AB4;
}
</style>
background-color css
<style>
a { background-color: #338AB4; }
a { background-color: rgb(51,138,180); }
div.DivClassName
{
background-color: #338AB4;
}
.BgClassName
{
background-color: #338AB4;
}
</style>
border-color css
<style>
span { border-color: #338AB4; }
span { border-color: rgb(51,138,180); }
td.TdClassName
{
border-color: #338AB4;
}
.TagClassName
{
border-color: #338AB4;
}
</style>