Shades of Curious Blue #308ECE
Tints of Curious Blue #308ECE
RGB
CMYK
RGB Variations
Color information
#308ECE (or 0x308ECE) is known color: Curious Blue. HEX triplet: 30, 8E and CE. RGB value is (48,142,206). Sum of RGB (Red+Green+Blue) = 48+142+206=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #308ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ECE is #CF7131. Grayscale: #787878. Windows color (decimal): -13594930 or 13536816. OLE color: 13536816.
HSL color Cylindrical-coordinate representation of color #308ECE: hue angle of 204.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308ECE is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 142 | 206 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.19 |
| HSL | 204.3º | 0.62% | 0.5% | - |
| HSV(B) | 204.3º | 0.77% | 0.81% | - |
| XYZ | 22.03 | 24.43 | 61.95 | - |
| YUV | 121.19 | 175.86 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 206 | 0.77 | 0.31 | 0 | 0.19 | 204.3 | 0.62 | 0.5 |
| Hex | 30 | 8E | CE | 4D | 1F | 0 | 13 | CC | 3E | 32 |
| Octal | 60 | 216 | 316 | 115 | 37 | 0 | 23 | 314 | 76 | 62 |
| Binary | 110000 | 10001110 | 11001110 | 1001101 | 11111 | 0 | 10011 | 11001100 | 111110 | 110010 |
Color Harmonies of #308ECE
Complementary color
Monochromatic Colors of #308ECE
Black with #308ECE
Text Example
Text Example
White with #308ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308ECE; }
p { color: rgb(48,142,206); }
H1.HeaderClassName
{
color: #308ECE;
}
.AnyTagClassName
{
color: #308ECE;
}
</style>
background-color css
<style>
a { background-color: #308ECE; }
a { background-color: rgb(48,142,206); }
div.DivClassName
{
background-color: #308ECE;
}
.BgClassName
{
background-color: #308ECE;
}
</style>
border-color css
<style>
span { border-color: #308ECE; }
span { border-color: rgb(48,142,206); }
td.TdClassName
{
border-color: #308ECE;
}
.TagClassName
{
border-color: #308ECE;
}
</style>