#3F8DC1

Color #3F8DC1 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3F8DC1

Tints of Curious Blue #3F8DC1

Color information

#3F8DC1 (or 0x3F8DC1) is unknown color: approx Curious Blue. HEX triplet: 3F, 8D and C1. RGB value is (63,141,193). Sum of RGB (Red+Green+Blue) = 63+141+193=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #3F8DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8DC1 is #C0723E. Grayscale: #7B7B7B. Windows color (decimal): -12612159 or 12684607. OLE color: 12684607.

HSL color Cylindrical-coordinate representation of color #3F8DC1: hue angle of 204º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F8DC1 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB63141193-
CMYK0.670.2700.24
HSL204º51.18%50.2%-
HSV(B)204º67.36%75.69%-
XYZ21.223.9653.96-
YUV123.61167.1684.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 15.87%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 193 (75.78% from 255) = 48.61%
R=15.87%
G=35.52%
B=48.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal631411930.670.2700.2420451.1850.2
Hex3F8DC1431B018cc3332
Octal77215301103330303146362
Binary111111100011011100000110000111101101100011001100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F8DC1; }

 p { color: rgb(63,141,193); }

 H1.HeaderClassName
 {
   color: #3F8DC1;
 }
 .AnyTagClassName
 {
   color: #3F8DC1;
 }
</style>
background-color css

<style>
 a { background-color: #3F8DC1; }

 a { background-color: rgb(63,141,193); }

 div.DivClassName
 {
   background-color: #3F8DC1;
 }
 .BgClassName
 {
   background-color: #3F8DC1;
 }
</style>
border-color css

<style>
 span { border-color: #3F8DC1; }

 span { border-color: rgb(63,141,193); }

 td.TdClassName
 {
   border-color: #3F8DC1;
 }
 .TagClassName
 {
   border-color: #3F8DC1;
 }
</style>