#3B99DC

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

Shades of Summer Sky #3B99DC

Tints of Summer Sky #3B99DC

Color information

#3B99DC (or 0x3B99DC) is unknown color: approx Summer Sky. HEX triplet: 3B, 99 and DC. RGB value is (59,153,220). Sum of RGB (Red+Green+Blue) = 59+153+220=432 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.66% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B99DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B99DC is #C46623. Grayscale: #848484. Windows color (decimal): -12871204 or 14457147. OLE color: 14457147.

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

Color convert

RGB59153220-
CMYK0.730.3000.14
HSL204.97º69.7%54.71%-
HSV(B)204.97º73.18%86.27%-
XYZ26.1128.8871.91-
YUV132.53177.3675.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.66%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 220 (86.33% from 255) = 50.93%
R=13.66%
G=35.42%
B=50.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal591532200.730.3000.14204.9769.754.71
Hex3B99DC491E0Ecd4637
Octal732313341113601631510667
Binary111011100110011101110010010011111001110110011011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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