#3B9ADC

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

Shades of Summer Sky #3B9ADC

Tints of Summer Sky #3B9ADC

Color information

#3B9ADC (or 0x3B9ADC) is unknown color: approx Summer Sky. HEX triplet: 3B, 9A and DC. RGB value is (59,154,220). Sum of RGB (Red+Green+Blue) = 59+154+220=433 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.63% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B9ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9ADC is #C46523. Grayscale: #848484. Windows color (decimal): -12870948 or 14457403. OLE color: 14457403.

HSL color Cylindrical-coordinate representation of color #3B9ADC: hue angle of 204.6º 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 #3B9ADC is Cyan = 0.73, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB59154220-
CMYK0.730.300.14
HSL204.6º69.7%54.71%-
HSV(B)204.6º73.18%86.27%-
XYZ26.2829.2171.96-
YUV133.12177.0375.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.63%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 220 (86.33% from 255) = 50.81%
R=13.63%
G=35.57%
B=50.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal591542200.730.300.14204.669.754.71
Hex3B9ADC491E0Ecd4637
Octal732323341113601631510667
Binary111011100110101101110010010011111001110110011011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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