Shades of Curious Blue #307DAC
Tints of Curious Blue #307DAC
RGB
CMYK
RGB Variations
Color information
#307DAC (or 0x307DAC) is known color: Curious Blue. HEX triplet: 30, 7D and AC. RGB value is (48,125,172). Sum of RGB (Red+Green+Blue) = 48+125+172=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #307DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307DAC is #CF8253. Grayscale: #6B6B6B. Windows color (decimal): -13599316 or 11304240. OLE color: 11304240.
HSL color Cylindrical-coordinate representation of color #307DAC: hue angle of 202.74º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #307DAC is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 125 | 172 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.33 |
| HSL | 202.74º | 0.56% | 0.43% | - |
| HSV(B) | 202.74º | 0.72% | 0.67% | - |
| XYZ | 16 | 18.27 | 41.71 | - |
| YUV | 107.34 | 164.49 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 172 | 0.72 | 0.27 | 0 | 0.33 | 202.74 | 0.56 | 0.43 |
| Hex | 30 | 7D | AC | 48 | 1B | 0 | 21 | CB | 38 | 2B |
| Octal | 60 | 175 | 254 | 110 | 33 | 0 | 41 | 313 | 70 | 53 |
| Binary | 110000 | 1111101 | 10101100 | 1001000 | 11011 | 0 | 100001 | 11001011 | 111000 | 101011 |
Color Harmonies of #307DAC
Complementary color
Monochromatic Colors of #307DAC
Black with #307DAC
Text Example
Text Example
White with #307DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307DAC; }
p { color: rgb(48,125,172); }
H1.HeaderClassName
{
color: #307DAC;
}
.AnyTagClassName
{
color: #307DAC;
}
</style>
background-color css
<style>
a { background-color: #307DAC; }
a { background-color: rgb(48,125,172); }
div.DivClassName
{
background-color: #307DAC;
}
.BgClassName
{
background-color: #307DAC;
}
</style>
border-color css
<style>
span { border-color: #307DAC; }
span { border-color: rgb(48,125,172); }
td.TdClassName
{
border-color: #307DAC;
}
.TagClassName
{
border-color: #307DAC;
}
</style>