#3F8FC7

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

Shades of Curious Blue #3F8FC7

Tints of Curious Blue #3F8FC7

Color information

#3F8FC7 (or 0x3F8FC7) is unknown color: approx Curious Blue. HEX triplet: 3F, 8F and C7. RGB value is (63,143,199). Sum of RGB (Red+Green+Blue) = 63+143+199=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #3F8FC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8FC7 is #C07038. Grayscale: #7D7D7D. Windows color (decimal): -12611641 or 13078335. OLE color: 13078335.

HSL color Cylindrical-coordinate representation of color #3F8FC7: hue angle of 204.71º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F8FC7 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB63143199-
CMYK0.680.2800.22
HSL204.71º54.84%51.37%-
HSV(B)204.71º68.34%78.04%-
XYZ22.1824.8357.66-
YUV125.46169.583.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.56%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 199 (78.12% from 255) = 49.14%
R=15.56%
G=35.31%
B=49.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal631431990.680.2800.22204.7154.8451.37
Hex3F8FC7441C016cd3733
Octal77217307104340263156763
Binary111111100011111100011110001001110001011011001101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,143,199); }

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

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

 a { background-color: rgb(63,143,199); }

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

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

 span { border-color: rgb(63,143,199); }

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