Shades of Curious Blue #3F93CC
Tints of Curious Blue #3F93CC
RGB
CMYK
RGB Variations
Color information
#3F93CC (or 0x3F93CC) is known color: Curious Blue. HEX triplet: 3F, 93 and CC. RGB value is (63,147,204). Sum of RGB (Red+Green+Blue) = 63+147+204=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F93CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F93CC is #C06C33. Grayscale: #808080. Windows color (decimal): -12610612 or 13407039. OLE color: 13407039.
HSL color Cylindrical-coordinate representation of color #3F93CC: hue angle of 204.26º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F93CC is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 147 | 204 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.2 |
| HSL | 204.26º | 0.58% | 0.52% | - |
| HSV(B) | 204.26º | 0.69% | 0.8% | - |
| XYZ | 23.38 | 26.28 | 60.97 | - |
| YUV | 128.38 | 170.67 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 204 | 0.69 | 0.28 | 0 | 0.2 | 204.26 | 0.58 | 0.52 |
| Hex | 3F | 93 | CC | 45 | 1C | 0 | 14 | CC | 3A | 34 |
| Octal | 77 | 223 | 314 | 105 | 34 | 0 | 24 | 314 | 72 | 64 |
| Binary | 111111 | 10010011 | 11001100 | 1000101 | 11100 | 0 | 10100 | 11001100 | 111010 | 110100 |
Color Harmonies of #3F93CC
Complementary color
Monochromatic Colors of #3F93CC
Black with #3F93CC
Text Example
Text Example
White with #3F93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F93CC; }
p { color: rgb(63,147,204); }
H1.HeaderClassName
{
color: #3F93CC;
}
.AnyTagClassName
{
color: #3F93CC;
}
</style>
background-color css
<style>
a { background-color: #3F93CC; }
a { background-color: rgb(63,147,204); }
div.DivClassName
{
background-color: #3F93CC;
}
.BgClassName
{
background-color: #3F93CC;
}
</style>
border-color css
<style>
span { border-color: #3F93CC; }
span { border-color: rgb(63,147,204); }
td.TdClassName
{
border-color: #3F93CC;
}
.TagClassName
{
border-color: #3F93CC;
}
</style>