#3BAAE1

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

Shades of Summer Sky #3BAAE1

Tints of Summer Sky #3BAAE1

Color information

#3BAAE1 (or 0x3BAAE1) is unknown color: approx Summer Sky. HEX triplet: 3B, AA and E1. RGB value is (59,170,225). Sum of RGB (Red+Green+Blue) = 59+170+225=454 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.00% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #3BAAE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAAE1 is #C4551E. Grayscale: #8E8E8E. Windows color (decimal): -12866847 or 14789179. OLE color: 14789179.

HSL color Cylindrical-coordinate representation of color #3BAAE1: hue angle of 199.88º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BAAE1 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB59170225-
CMYK0.740.2400.12
HSL199.88º73.45%55.69%-
HSV(B)199.88º73.78%88.24%-
XYZ29.7735.1276.44-
YUV143.08174.2368.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.00%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 225 (88.28% from 255) = 49.56%
R=13.00%
G=37.44%
B=49.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal591702250.740.2400.12199.8873.4555.69
Hex3BAAE14A180Cc84938
Octal732523411123001431011170
Binary111011101010101110000110010101100001100110010001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,170,225); }

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

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

 a { background-color: rgb(59,170,225); }

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

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

 span { border-color: rgb(59,170,225); }

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