#3BA3DF

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

Shades of Summer Sky #3BA3DF

Tints of Summer Sky #3BA3DF

Color information

#3BA3DF (or 0x3BA3DF) is unknown color: approx Summer Sky. HEX triplet: 3B, A3 and DF. RGB value is (59,163,223). Sum of RGB (Red+Green+Blue) = 59+163+223=445 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.26% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BA3DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA3DF is #C45C20. Grayscale: #8A8A8A. Windows color (decimal): -12868641 or 14656315. OLE color: 14656315.

HSL color Cylindrical-coordinate representation of color #3BA3DF: hue angle of 201.95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BA3DF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB59163223-
CMYK0.740.2700.13
HSL201.95º71.93%55.29%-
HSV(B)201.95º73.54%87.45%-
XYZ28.2232.4574.59-
YUV138.74175.5471.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.26%
GREEN value IS 163 (64.06% from 255) = 36.63%
BLUE value IS 223 (87.5% from 255) = 50.11%
R=13.26%
G=36.63%
B=50.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal591632230.740.2700.13201.9571.9355.29
Hex3BA3DF4A1B0Dca4837
Octal732433371123301531211067
Binary111011101000111101111110010101101101101110010101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,163,223); }

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

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

 a { background-color: rgb(59,163,223); }

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

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

 span { border-color: rgb(59,163,223); }

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