Shades of Curious Blue #308BCF
Tints of Curious Blue #308BCF
RGB
CMYK
RGB Variations
Color information
#308BCF (or 0x308BCF) is known color: Curious Blue. HEX triplet: 30, 8B and CF. RGB value is (48,139,207). Sum of RGB (Red+Green+Blue) = 48+139+207=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #308BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BCF is #CF7430. Grayscale: #777777. Windows color (decimal): -13595697 or 13601584. OLE color: 13601584.
HSL color Cylindrical-coordinate representation of color #308BCF: hue angle of 205.66º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308BCF is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 139 | 207 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.19 |
| HSL | 205.66º | 0.62% | 0.5% | - |
| HSV(B) | 205.66º | 0.77% | 0.81% | - |
| XYZ | 21.71 | 23.6 | 62.44 | - |
| YUV | 119.54 | 177.35 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 207 | 0.77 | 0.33 | 0 | 0.19 | 205.66 | 0.62 | 0.5 |
| Hex | 30 | 8B | CF | 4D | 21 | 0 | 13 | CE | 3E | 32 |
| Octal | 60 | 213 | 317 | 115 | 41 | 0 | 23 | 316 | 76 | 62 |
| Binary | 110000 | 10001011 | 11001111 | 1001101 | 100001 | 0 | 10011 | 11001110 | 111110 | 110010 |
Color Harmonies of #308BCF
Complementary color
Monochromatic Colors of #308BCF
Black with #308BCF
Text Example
Text Example
White with #308BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BCF; }
p { color: rgb(48,139,207); }
H1.HeaderClassName
{
color: #308BCF;
}
.AnyTagClassName
{
color: #308BCF;
}
</style>
background-color css
<style>
a { background-color: #308BCF; }
a { background-color: rgb(48,139,207); }
div.DivClassName
{
background-color: #308BCF;
}
.BgClassName
{
background-color: #308BCF;
}
</style>
border-color css
<style>
span { border-color: #308BCF; }
span { border-color: rgb(48,139,207); }
td.TdClassName
{
border-color: #308BCF;
}
.TagClassName
{
border-color: #308BCF;
}
</style>