Shades of Curious Blue #307BCC
Tints of Curious Blue #307BCC
RGB
CMYK
RGB Variations
Color information
#307BCC (or 0x307BCC) is known color: Curious Blue. HEX triplet: 30, 7B and CC. RGB value is (48,123,204). Sum of RGB (Red+Green+Blue) = 48+123+204=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #307BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BCC is #CF8433. Grayscale: #6D6D6D. Windows color (decimal): -13599796 or 13400880. OLE color: 13400880.
HSL color Cylindrical-coordinate representation of color #307BCC: hue angle of 211.15º 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 #307BCC is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 123 | 204 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.2 |
| HSL | 211.15º | 0.62% | 0.49% | - |
| HSV(B) | 211.15º | 0.76% | 0.8% | - |
| XYZ | 19.2 | 19.15 | 59.81 | - |
| YUV | 109.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 204 | 0.76 | 0.40 | 0 | 0.2 | 211.15 | 0.62 | 0.49 |
| Hex | 30 | 7B | CC | 4C | 28 | 0 | 14 | D3 | 3E | 31 |
| Octal | 60 | 173 | 314 | 114 | 50 | 0 | 24 | 323 | 76 | 61 |
| Binary | 110000 | 1111011 | 11001100 | 1001100 | 101000 | 0 | 10100 | 11010011 | 111110 | 110001 |
Color Harmonies of #307BCC
Complementary color
Monochromatic Colors of #307BCC
Black with #307BCC
Text Example
Text Example
White with #307BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BCC; }
p { color: rgb(48,123,204); }
H1.HeaderClassName
{
color: #307BCC;
}
.AnyTagClassName
{
color: #307BCC;
}
</style>
background-color css
<style>
a { background-color: #307BCC; }
a { background-color: rgb(48,123,204); }
div.DivClassName
{
background-color: #307BCC;
}
.BgClassName
{
background-color: #307BCC;
}
</style>
border-color css
<style>
span { border-color: #307BCC; }
span { border-color: rgb(48,123,204); }
td.TdClassName
{
border-color: #307BCC;
}
.TagClassName
{
border-color: #307BCC;
}
</style>