Shades of Curious Blue #308ABB
Tints of Curious Blue #308ABB
RGB
CMYK
RGB Variations
Color information
#308ABB (or 0x308ABB) is known color: Curious Blue. HEX triplet: 30, 8A and BB. RGB value is (48,138,187). Sum of RGB (Red+Green+Blue) = 48+138+187=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #308ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ABB is #CF7544. Grayscale: #747474. Windows color (decimal): -13595973 or 12290608. OLE color: 12290608.
HSL color Cylindrical-coordinate representation of color #308ABB: hue angle of 201.15º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308ABB is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 138 | 187 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.27 |
| HSL | 201.15º | 0.59% | 0.46% | - |
| HSV(B) | 201.15º | 0.74% | 0.73% | - |
| XYZ | 19.28 | 22.39 | 50.32 | - |
| YUV | 116.68 | 167.68 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 187 | 0.74 | 0.26 | 0 | 0.27 | 201.15 | 0.59 | 0.46 |
| Hex | 30 | 8A | BB | 4A | 1A | 0 | 1B | C9 | 3B | 2E |
| Octal | 60 | 212 | 273 | 112 | 32 | 0 | 33 | 311 | 73 | 56 |
| Binary | 110000 | 10001010 | 10111011 | 1001010 | 11010 | 0 | 11011 | 11001001 | 111011 | 101110 |
Color Harmonies of #308ABB
Complementary color
Monochromatic Colors of #308ABB
Black with #308ABB
Text Example
Text Example
White with #308ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308ABB; }
p { color: rgb(48,138,187); }
H1.HeaderClassName
{
color: #308ABB;
}
.AnyTagClassName
{
color: #308ABB;
}
</style>
background-color css
<style>
a { background-color: #308ABB; }
a { background-color: rgb(48,138,187); }
div.DivClassName
{
background-color: #308ABB;
}
.BgClassName
{
background-color: #308ABB;
}
</style>
border-color css
<style>
span { border-color: #308ABB; }
span { border-color: rgb(48,138,187); }
td.TdClassName
{
border-color: #308ABB;
}
.TagClassName
{
border-color: #308ABB;
}
</style>