Shades of Curious Blue #307ACC
Tints of Curious Blue #307ACC
RGB
CMYK
RGB Variations
Color information
#307ACC (or 0x307ACC) is known color: Curious Blue. HEX triplet: 30, 7A and CC. RGB value is (48,122,204). Sum of RGB (Red+Green+Blue) = 48+122+204=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #307ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307ACC is #CF8533. Grayscale: #6C6C6C. Windows color (decimal): -13600052 or 13400624. OLE color: 13400624.
HSL color Cylindrical-coordinate representation of color #307ACC: hue angle of 211.54º 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 #307ACC is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 122 | 204 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.2 |
| HSL | 211.54º | 0.62% | 0.49% | - |
| HSV(B) | 211.54º | 0.76% | 0.8% | - |
| XYZ | 19.08 | 18.91 | 59.77 | - |
| YUV | 109.22 | 181.48 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 204 | 0.76 | 0.40 | 0 | 0.2 | 211.54 | 0.62 | 0.49 |
| Hex | 30 | 7A | CC | 4C | 28 | 0 | 14 | D4 | 3E | 31 |
| Octal | 60 | 172 | 314 | 114 | 50 | 0 | 24 | 324 | 76 | 61 |
| Binary | 110000 | 1111010 | 11001100 | 1001100 | 101000 | 0 | 10100 | 11010100 | 111110 | 110001 |
Color Harmonies of #307ACC
Complementary color
Monochromatic Colors of #307ACC
Black with #307ACC
Text Example
Text Example
White with #307ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307ACC; }
p { color: rgb(48,122,204); }
H1.HeaderClassName
{
color: #307ACC;
}
.AnyTagClassName
{
color: #307ACC;
}
</style>
background-color css
<style>
a { background-color: #307ACC; }
a { background-color: rgb(48,122,204); }
div.DivClassName
{
background-color: #307ACC;
}
.BgClassName
{
background-color: #307ACC;
}
</style>
border-color css
<style>
span { border-color: #307ACC; }
span { border-color: rgb(48,122,204); }
td.TdClassName
{
border-color: #307ACC;
}
.TagClassName
{
border-color: #307ACC;
}
</style>