#3196D4

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

Shades of Summer Sky #3196D4

Tints of Summer Sky #3196D4

Color information

#3196D4 (or 0x3196D4) is unknown color: approx Summer Sky. HEX triplet: 31, 96 and D4. RGB value is (49,150,212). Sum of RGB (Red+Green+Blue) = 49+150+212=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #3196D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3196D4 is #CE692B. Grayscale: #7E7E7E. Windows color (decimal): -13527340 or 13932081. OLE color: 13932081.

HSL color Cylindrical-coordinate representation of color #3196D4: hue angle of 202.82º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3196D4 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB49150212-
CMYK0.770.2900.17
HSL202.82º65.46%51.18%-
HSV(B)202.82º76.89%83.14%-
XYZ24.0627.2266.27-
YUV126.87176.0472.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.92%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 212 (83.20% from 255) = 51.58%
R=11.92%
G=36.50%
B=51.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal491502120.770.2900.17202.8265.4651.18
Hex3196D44D1D011cb4133
Octal612263241153502131310163
Binary1100011001011011010100100110111101010001110010111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3196D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3196D4; }

 p { color: rgb(49,150,212); }

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

<style>
 a { background-color: #3196D4; }

 a { background-color: rgb(49,150,212); }

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

<style>
 span { border-color: #3196D4; }

 span { border-color: rgb(49,150,212); }

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