#3BA0DC

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

Shades of Summer Sky #3BA0DC

Tints of Summer Sky #3BA0DC

Color information

#3BA0DC (or 0x3BA0DC) is unknown color: approx Summer Sky. HEX triplet: 3B, A0 and DC. RGB value is (59,160,220). Sum of RGB (Red+Green+Blue) = 59+160+220=439 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.44% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BA0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA0DC is #C45F23. Grayscale: #888888. Windows color (decimal): -12869412 or 14458939. OLE color: 14458939.

HSL color Cylindrical-coordinate representation of color #3BA0DC: hue angle of 202.36º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BA0DC is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB59160220-
CMYK0.730.2700.14
HSL202.36º69.7%54.71%-
HSV(B)202.36º73.18%86.27%-
XYZ27.2931.2472.3-
YUV136.64175.0472.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.44%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 220 (86.33% from 255) = 50.11%
R=13.44%
G=36.45%
B=50.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal591602200.730.2700.14202.3669.754.71
Hex3BA0DC491B0Eca4637
Octal732403341113301631210667
Binary111011101000001101110010010011101101110110010101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,160,220); }

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

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

 a { background-color: rgb(59,160,220); }

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

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

 span { border-color: rgb(59,160,220); }

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