Shades of Curious Blue #308CCC
Tints of Curious Blue #308CCC
RGB
CMYK
RGB Variations
Color information
#308CCC (or 0x308CCC) is known color: Curious Blue. HEX triplet: 30, 8C and CC. RGB value is (48,140,204). Sum of RGB (Red+Green+Blue) = 48+140+204=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #308CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CCC is #CF7333. Grayscale: #777777. Windows color (decimal): -13595444 or 13405232. OLE color: 13405232.
HSL color Cylindrical-coordinate representation of color #308CCC: hue angle of 204.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308CCC is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 140 | 204 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.2 |
| HSL | 204.62º | 0.62% | 0.49% | - |
| HSV(B) | 204.62º | 0.76% | 0.8% | - |
| XYZ | 21.5 | 23.74 | 60.58 | - |
| YUV | 119.79 | 175.52 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 204 | 0.76 | 0.31 | 0 | 0.2 | 204.62 | 0.62 | 0.49 |
| Hex | 30 | 8C | CC | 4C | 1F | 0 | 14 | CD | 3E | 31 |
| Octal | 60 | 214 | 314 | 114 | 37 | 0 | 24 | 315 | 76 | 61 |
| Binary | 110000 | 10001100 | 11001100 | 1001100 | 11111 | 0 | 10100 | 11001101 | 111110 | 110001 |
Color Harmonies of #308CCC
Complementary color
Monochromatic Colors of #308CCC
Black with #308CCC
Text Example
Text Example
White with #308CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308CCC; }
p { color: rgb(48,140,204); }
H1.HeaderClassName
{
color: #308CCC;
}
.AnyTagClassName
{
color: #308CCC;
}
</style>
background-color css
<style>
a { background-color: #308CCC; }
a { background-color: rgb(48,140,204); }
div.DivClassName
{
background-color: #308CCC;
}
.BgClassName
{
background-color: #308CCC;
}
</style>
border-color css
<style>
span { border-color: #308CCC; }
span { border-color: rgb(48,140,204); }
td.TdClassName
{
border-color: #308CCC;
}
.TagClassName
{
border-color: #308CCC;
}
</style>