#3195D4

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

Shades of Summer Sky #3195D4

Tints of Summer Sky #3195D4

Color information

#3195D4 (or 0x3195D4) is unknown color: approx Summer Sky. HEX triplet: 31, 95 and D4. RGB value is (49,149,212). Sum of RGB (Red+Green+Blue) = 49+149+212=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 212 (83.20% from 255 or 51.71% from 410); Max value from RGB is 212 - color contains mainly: blue. Hex color #3195D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3195D4 is #CE6A2B. Grayscale: #7D7D7D. Windows color (decimal): -13527596 or 13931825. OLE color: 13931825.

HSL color Cylindrical-coordinate representation of color #3195D4: hue angle of 203.19º 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 #3195D4 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB49149212-
CMYK0.770.3000.17
HSL203.19º65.46%51.18%-
HSV(B)203.19º76.89%83.14%-
XYZ23.926.966.22-
YUV126.28176.3772.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.95%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 212 (83.20% from 255) = 51.71%
R=11.95%
G=36.34%
B=51.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal491492120.770.3000.17203.1965.4651.18
Hex3195D44D1E011cb4133
Octal612253241153602131310163
Binary1100011001010111010100100110111110010001110010111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3195D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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