Shades of Curious Blue #308CC0
Tints of Curious Blue #308CC0
RGB
CMYK
RGB Variations
Color information
#308CC0 (or 0x308CC0) is known color: Curious Blue. HEX triplet: 30, 8C and C0. RGB value is (48,140,192). Sum of RGB (Red+Green+Blue) = 48+140+192=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #308CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CC0 is #CF733F. Grayscale: #767676. Windows color (decimal): -13595456 or 12618800. OLE color: 12618800.
HSL color Cylindrical-coordinate representation of color #308CC0: hue angle of 201.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #308CC0 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 140 | 192 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.25 |
| HSL | 201.67º | 0.6% | 0.47% | - |
| HSV(B) | 201.67º | 0.75% | 0.75% | - |
| XYZ | 20.11 | 23.19 | 53.29 | - |
| YUV | 118.42 | 169.52 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 192 | 0.75 | 0.27 | 0 | 0.25 | 201.67 | 0.6 | 0.47 |
| Hex | 30 | 8C | C0 | 4B | 1B | 0 | 19 | CA | 3C | 2F |
| Octal | 60 | 214 | 300 | 113 | 33 | 0 | 31 | 312 | 74 | 57 |
| Binary | 110000 | 10001100 | 11000000 | 1001011 | 11011 | 0 | 11001 | 11001010 | 111100 | 101111 |
Color Harmonies of #308CC0
Complementary color
Monochromatic Colors of #308CC0
Black with #308CC0
Text Example
Text Example
White with #308CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308CC0; }
p { color: rgb(48,140,192); }
H1.HeaderClassName
{
color: #308CC0;
}
.AnyTagClassName
{
color: #308CC0;
}
</style>
background-color css
<style>
a { background-color: #308CC0; }
a { background-color: rgb(48,140,192); }
div.DivClassName
{
background-color: #308CC0;
}
.BgClassName
{
background-color: #308CC0;
}
</style>
border-color css
<style>
span { border-color: #308CC0; }
span { border-color: rgb(48,140,192); }
td.TdClassName
{
border-color: #308CC0;
}
.TagClassName
{
border-color: #308CC0;
}
</style>