Shades of Curious Blue #308ECB
Tints of Curious Blue #308ECB
RGB
CMYK
RGB Variations
Color information
#308ECB (or 0x308ECB) is known color: Curious Blue. HEX triplet: 30, 8E and CB. RGB value is (48,142,203). Sum of RGB (Red+Green+Blue) = 48+142+203=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #308ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ECB is #CF7134. Grayscale: #787878. Windows color (decimal): -13594933 or 13340208. OLE color: 13340208.
HSL color Cylindrical-coordinate representation of color #308ECB: hue angle of 203.61º 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 #308ECB is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 142 | 203 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.20 |
| HSL | 203.61º | 0.62% | 0.49% | - |
| HSV(B) | 203.61º | 0.76% | 0.8% | - |
| XYZ | 21.67 | 24.29 | 60.05 | - |
| YUV | 120.85 | 174.36 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 203 | 0.76 | 0.30 | 0 | 0.20 | 203.61 | 0.62 | 0.49 |
| Hex | 30 | 8E | CB | 4C | 1E | 0 | 14 | CC | 3E | 31 |
| Octal | 60 | 216 | 313 | 114 | 36 | 0 | 24 | 314 | 76 | 61 |
| Binary | 110000 | 10001110 | 11001011 | 1001100 | 11110 | 0 | 10100 | 11001100 | 111110 | 110001 |
Color Harmonies of #308ECB
Complementary color
Monochromatic Colors of #308ECB
Black with #308ECB
Text Example
Text Example
White with #308ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308ECB; }
p { color: rgb(48,142,203); }
H1.HeaderClassName
{
color: #308ECB;
}
.AnyTagClassName
{
color: #308ECB;
}
</style>
background-color css
<style>
a { background-color: #308ECB; }
a { background-color: rgb(48,142,203); }
div.DivClassName
{
background-color: #308ECB;
}
.BgClassName
{
background-color: #308ECB;
}
</style>
border-color css
<style>
span { border-color: #308ECB; }
span { border-color: rgb(48,142,203); }
td.TdClassName
{
border-color: #308ECB;
}
.TagClassName
{
border-color: #308ECB;
}
</style>