#3BA4EF

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

Shades of Summer Sky #3BA4EF

Tints of Summer Sky #3BA4EF

Color information

#3BA4EF (or 0x3BA4EF) is unknown color: approx Summer Sky. HEX triplet: 3B, A4 and EF. RGB value is (59,164,239). Sum of RGB (Red+Green+Blue) = 59+164+239=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BA4EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA4EF is #C45B10. Grayscale: #8C8C8C. Windows color (decimal): -12868369 or 15705147. OLE color: 15705147.

HSL color Cylindrical-coordinate representation of color #3BA4EF: hue angle of 205º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BA4EF is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB59164239-
CMYK0.750.3100.06
HSL205º84.91%58.43%-
HSV(B)205º75.31%93.73%-
XYZ30.6633.7186.55-
YUV141.16183.2169.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.77%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 239 (93.75% from 255) = 51.73%
R=12.77%
G=35.50%
B=51.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal591642390.750.3100.0620584.9158.43
Hex3BA4EF4B1F06cd553a
Octal73244357113370631512572
Binary11101110100100111011111001011111110110110011011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,164,239); }

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

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

 a { background-color: rgb(59,164,239); }

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

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

 span { border-color: rgb(59,164,239); }

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