Shades of Curious Blue #307CCB
Tints of Curious Blue #307CCB
RGB
CMYK
RGB Variations
Color information
#307CCB (or 0x307CCB) is known color: Curious Blue. HEX triplet: 30, 7C and CB. RGB value is (48,124,203). Sum of RGB (Red+Green+Blue) = 48+124+203=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #307CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CCB is #CF8334. Grayscale: #6D6D6D. Windows color (decimal): -13599541 or 13335600. OLE color: 13335600.
HSL color Cylindrical-coordinate representation of color #307CCB: hue angle of 210.58º 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 #307CCB is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 124 | 203 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.20 |
| HSL | 210.58º | 0.62% | 0.49% | - |
| HSV(B) | 210.58º | 0.76% | 0.8% | - |
| XYZ | 19.21 | 19.36 | 59.22 | - |
| YUV | 110.28 | 180.32 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 203 | 0.76 | 0.39 | 0 | 0.20 | 210.58 | 0.62 | 0.49 |
| Hex | 30 | 7C | CB | 4C | 27 | 0 | 14 | D3 | 3E | 31 |
| Octal | 60 | 174 | 313 | 114 | 47 | 0 | 24 | 323 | 76 | 61 |
| Binary | 110000 | 1111100 | 11001011 | 1001100 | 100111 | 0 | 10100 | 11010011 | 111110 | 110001 |
Color Harmonies of #307CCB
Complementary color
Monochromatic Colors of #307CCB
Black with #307CCB
Text Example
Text Example
White with #307CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307CCB; }
p { color: rgb(48,124,203); }
H1.HeaderClassName
{
color: #307CCB;
}
.AnyTagClassName
{
color: #307CCB;
}
</style>
background-color css
<style>
a { background-color: #307CCB; }
a { background-color: rgb(48,124,203); }
div.DivClassName
{
background-color: #307CCB;
}
.BgClassName
{
background-color: #307CCB;
}
</style>
border-color css
<style>
span { border-color: #307CCB; }
span { border-color: rgb(48,124,203); }
td.TdClassName
{
border-color: #307CCB;
}
.TagClassName
{
border-color: #307CCB;
}
</style>