#319CD1

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

Shades of Summer Sky #319CD1

Tints of Summer Sky #319CD1

Color information

#319CD1 (or 0x319CD1) is unknown color: approx Summer Sky. HEX triplet: 31, 9C and D1. RGB value is (49,156,209). Sum of RGB (Red+Green+Blue) = 49+156+209=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #319CD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CD1 is #CE632E. Grayscale: #818181. Windows color (decimal): -13525807 or 13737009. OLE color: 13737009.

HSL color Cylindrical-coordinate representation of color #319CD1: hue angle of 199.88º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #319CD1 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB49156209-
CMYK0.770.2500.18
HSL199.88º63.49%50.59%-
HSV(B)199.88º76.56%81.96%-
XYZ24.6629.0364.63-
YUV130.05172.5570.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.84%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 209 (82.03% from 255) = 50.48%
R=11.84%
G=37.68%
B=50.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal491562090.770.2500.18199.8863.4950.59
Hex319CD14D19012c83f33
Octal61234321115310223107763
Binary110001100111001101000110011011100101001011001000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319CD1; }

 p { color: rgb(49,156,209); }

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

<style>
 a { background-color: #319CD1; }

 a { background-color: rgb(49,156,209); }

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

<style>
 span { border-color: #319CD1; }

 span { border-color: rgb(49,156,209); }

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