#3BA5D8

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

Shades of Summer Sky #3BA5D8

Tints of Summer Sky #3BA5D8

Color information

#3BA5D8 (or 0x3BA5D8) is unknown color: approx Summer Sky. HEX triplet: 3B, A5 and D8. RGB value is (59,165,216). Sum of RGB (Red+Green+Blue) = 59+165+216=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #3BA5D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA5D8 is #C45A27. Grayscale: #8A8A8A. Windows color (decimal): -12868136 or 14198075. OLE color: 14198075.

HSL color Cylindrical-coordinate representation of color #3BA5D8: hue angle of 199.49º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BA5D8 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB59165216-
CMYK0.730.2400.15
HSL199.49º66.81%53.92%-
HSV(B)199.49º72.69%84.71%-
XYZ27.6532.869.84-
YUV139.12171.3870.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.41%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 216 (84.77% from 255) = 49.09%
R=13.41%
G=37.5%
B=49.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal591652160.730.2400.15199.4966.8153.92
Hex3BA5D849180Fc74336
Octal732453301113001730710366
Binary111011101001011101100010010011100001111110001111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,165,216); }

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

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

 a { background-color: rgb(59,165,216); }

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

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

 span { border-color: rgb(59,165,216); }

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