Shades of Curious Blue #3093CB
Tints of Curious Blue #3093CB
RGB
CMYK
RGB Variations
Color information
#3093CB (or 0x3093CB) is known color: Curious Blue. HEX triplet: 30, 93 and CB. RGB value is (48,147,203). Sum of RGB (Red+Green+Blue) = 48+147+203=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #3093CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3093CB is #CF6C34. Grayscale: #7B7B7B. Windows color (decimal): -13593653 or 13341488. OLE color: 13341488.
HSL color Cylindrical-coordinate representation of color #3093CB: hue angle of 201.68º 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 #3093CB is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 147 | 203 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.20 |
| HSL | 201.68º | 0.62% | 0.49% | - |
| HSV(B) | 201.68º | 0.76% | 0.8% | - |
| XYZ | 22.43 | 25.81 | 60.3 | - |
| YUV | 123.78 | 172.7 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 147 | 203 | 0.76 | 0.28 | 0 | 0.20 | 201.68 | 0.62 | 0.49 |
| Hex | 30 | 93 | CB | 4C | 1C | 0 | 14 | CA | 3E | 31 |
| Octal | 60 | 223 | 313 | 114 | 34 | 0 | 24 | 312 | 76 | 61 |
| Binary | 110000 | 10010011 | 11001011 | 1001100 | 11100 | 0 | 10100 | 11001010 | 111110 | 110001 |
Color Harmonies of #3093CB
Complementary color
Monochromatic Colors of #3093CB
Black with #3093CB
Text Example
Text Example
White with #3093CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3093CB; }
p { color: rgb(48,147,203); }
H1.HeaderClassName
{
color: #3093CB;
}
.AnyTagClassName
{
color: #3093CB;
}
</style>
background-color css
<style>
a { background-color: #3093CB; }
a { background-color: rgb(48,147,203); }
div.DivClassName
{
background-color: #3093CB;
}
.BgClassName
{
background-color: #3093CB;
}
</style>
border-color css
<style>
span { border-color: #3093CB; }
span { border-color: rgb(48,147,203); }
td.TdClassName
{
border-color: #3093CB;
}
.TagClassName
{
border-color: #3093CB;
}
</style>