#3fa5f1

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

Shades of Summer Sky #3FA5F1

Tints of Summer Sky #3FA5F1

Color information

#3FA5F1 (or 0x3FA5F1) is unknown color: approx Summer Sky. HEX triplet: 3F, A5 and F1. RGB value is (63,165,241). Sum of RGB (Red+Green+Blue) = 63+165+241=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FA5F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FA5F1 is #C05A0E. Grayscale: #8E8E8E. Windows color (decimal): -12605967 or 15836479. OLE color: 15836479.

HSL color Cylindrical-coordinate representation of color #3FA5F1: hue angle of 205.62º 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 #3FA5F1 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63165241-
CMYK0.740.3200.05
HSL205.62º86.41%59.61%-
HSV(B)205.62º73.86%94.51%-
XYZ31.3834.3288.19-
YUV143.17183.2170.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.43%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 241 (94.53% from 255) = 51.39%
R=13.43%
G=35.18%
B=51.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631652410.740.3200.05205.6286.4159.61
Hex3FA5F14A2005ce563c
Octal77245361112400531612674
Binary111111101001011111000110010101000000101110011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fa5f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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