Shades of Curious Blue #308CBB
Tints of Curious Blue #308CBB
RGB
CMYK
RGB Variations
Color information
#308CBB (or 0x308CBB) is known color: Curious Blue. HEX triplet: 30, 8C and BB. RGB value is (48,140,187). Sum of RGB (Red+Green+Blue) = 48+140+187=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #308CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CBB is #CF7344. Grayscale: #757575. Windows color (decimal): -13595461 or 12291120. OLE color: 12291120.
HSL color Cylindrical-coordinate representation of color #308CBB: hue angle of 200.29º 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 #308CBB is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 140 | 187 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.27 |
| HSL | 200.29º | 0.59% | 0.46% | - |
| HSV(B) | 200.29º | 0.74% | 0.73% | - |
| XYZ | 19.57 | 22.97 | 50.42 | - |
| YUV | 117.85 | 167.02 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 187 | 0.74 | 0.25 | 0 | 0.27 | 200.29 | 0.59 | 0.46 |
| Hex | 30 | 8C | BB | 4A | 19 | 0 | 1B | C8 | 3B | 2E |
| Octal | 60 | 214 | 273 | 112 | 31 | 0 | 33 | 310 | 73 | 56 |
| Binary | 110000 | 10001100 | 10111011 | 1001010 | 11001 | 0 | 11011 | 11001000 | 111011 | 101110 |
Color Harmonies of #308CBB
Complementary color
Monochromatic Colors of #308CBB
Black with #308CBB
Text Example
Text Example
White with #308CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308CBB; }
p { color: rgb(48,140,187); }
H1.HeaderClassName
{
color: #308CBB;
}
.AnyTagClassName
{
color: #308CBB;
}
</style>
background-color css
<style>
a { background-color: #308CBB; }
a { background-color: rgb(48,140,187); }
div.DivClassName
{
background-color: #308CBB;
}
.BgClassName
{
background-color: #308CBB;
}
</style>
border-color css
<style>
span { border-color: #308CBB; }
span { border-color: rgb(48,140,187); }
td.TdClassName
{
border-color: #308CBB;
}
.TagClassName
{
border-color: #308CBB;
}
</style>