Shades of Curious Blue #308CCB
Tints of Curious Blue #308CCB
RGB
CMYK
RGB Variations
Color information
#308CCB (or 0x308CCB) is known color: Curious Blue. HEX triplet: 30, 8C and CB. RGB value is (48,140,203). Sum of RGB (Red+Green+Blue) = 48+140+203=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #308CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CCB is #CF7334. Grayscale: #777777. Windows color (decimal): -13595445 or 13339696. OLE color: 13339696.
HSL color Cylindrical-coordinate representation of color #308CCB: hue angle of 204.39º 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 #308CCB is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 140 | 203 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.20 |
| HSL | 204.39º | 0.62% | 0.49% | - |
| HSV(B) | 204.39º | 0.76% | 0.8% | - |
| XYZ | 21.38 | 23.7 | 59.95 | - |
| YUV | 119.67 | 175.02 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 203 | 0.76 | 0.31 | 0 | 0.20 | 204.39 | 0.62 | 0.49 |
| Hex | 30 | 8C | CB | 4C | 1F | 0 | 14 | CC | 3E | 31 |
| Octal | 60 | 214 | 313 | 114 | 37 | 0 | 24 | 314 | 76 | 61 |
| Binary | 110000 | 10001100 | 11001011 | 1001100 | 11111 | 0 | 10100 | 11001100 | 111110 | 110001 |
Color Harmonies of #308CCB
Complementary color
Monochromatic Colors of #308CCB
Black with #308CCB
Text Example
Text Example
White with #308CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308CCB; }
p { color: rgb(48,140,203); }
H1.HeaderClassName
{
color: #308CCB;
}
.AnyTagClassName
{
color: #308CCB;
}
</style>
background-color css
<style>
a { background-color: #308CCB; }
a { background-color: rgb(48,140,203); }
div.DivClassName
{
background-color: #308CCB;
}
.BgClassName
{
background-color: #308CCB;
}
</style>
border-color css
<style>
span { border-color: #308CCB; }
span { border-color: rgb(48,140,203); }
td.TdClassName
{
border-color: #308CCB;
}
.TagClassName
{
border-color: #308CCB;
}
</style>