Shades of Curious Blue #308AB3
Tints of Curious Blue #308AB3
RGB
CMYK
RGB Variations
Color information
#308AB3 (or 0x308AB3) is known color: Curious Blue. HEX triplet: 30, 8A and B3. RGB value is (48,138,179). Sum of RGB (Red+Green+Blue) = 48+138+179=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #308AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308AB3 is #CF754C. Grayscale: #737373. Windows color (decimal): -13595981 or 11766320. OLE color: 11766320.
HSL color Cylindrical-coordinate representation of color #308AB3: hue angle of 198.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308AB3 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 138 | 179 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.30 |
| HSL | 198.78º | 0.58% | 0.45% | - |
| HSV(B) | 198.78º | 0.73% | 0.7% | - |
| XYZ | 18.44 | 22.06 | 45.93 | - |
| YUV | 115.76 | 163.68 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 179 | 0.73 | 0.23 | 0 | 0.30 | 198.78 | 0.58 | 0.45 |
| Hex | 30 | 8A | B3 | 49 | 17 | 0 | 1E | C7 | 3A | 2D |
| Octal | 60 | 212 | 263 | 111 | 27 | 0 | 36 | 307 | 72 | 55 |
| Binary | 110000 | 10001010 | 10110011 | 1001001 | 10111 | 0 | 11110 | 11000111 | 111010 | 101101 |
Color Harmonies of #308AB3
Complementary color
Monochromatic Colors of #308AB3
Black with #308AB3
Text Example
Text Example
White with #308AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308AB3; }
p { color: rgb(48,138,179); }
H1.HeaderClassName
{
color: #308AB3;
}
.AnyTagClassName
{
color: #308AB3;
}
</style>
background-color css
<style>
a { background-color: #308AB3; }
a { background-color: rgb(48,138,179); }
div.DivClassName
{
background-color: #308AB3;
}
.BgClassName
{
background-color: #308AB3;
}
</style>
border-color css
<style>
span { border-color: #308AB3; }
span { border-color: rgb(48,138,179); }
td.TdClassName
{
border-color: #308AB3;
}
.TagClassName
{
border-color: #308AB3;
}
</style>