#3FA2F1

Color #3FA2F1 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3FA2F1

Tints of Summer Sky #3FA2F1

Color information

#3FA2F1 (or 0x3FA2F1) is unknown color: approx Summer Sky. HEX triplet: 3F, A2 and F1. RGB value is (63,162,241). Sum of RGB (Red+Green+Blue) = 63+162+241=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FA2F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FA2F1 is #C05D0E. Grayscale: #8C8C8C. Windows color (decimal): -12606735 or 15835711. OLE color: 15835711.

HSL color Cylindrical-coordinate representation of color #3FA2F1: hue angle of 206.63º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FA2F1 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63162241-
CMYK0.740.3300.05
HSL206.63º86.41%59.61%-
HSV(B)206.63º73.86%94.51%-
XYZ30.8533.2588.01-
YUV141.4184.272.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.52%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 241 (94.53% from 255) = 51.72%
R=13.52%
G=34.76%
B=51.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631622410.740.3300.05206.6386.4159.61
Hex3FA2F14A2105cf563c
Octal77242361112410531712674
Binary111111101000101111000110010101000010101110011111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,162,241); }

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

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

 a { background-color: rgb(63,162,241); }

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

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

 span { border-color: rgb(63,162,241); }

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