#319ADA

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

Shades of Summer Sky #319ADA

Tints of Summer Sky #319ADA

Color information

#319ADA (or 0x319ADA) is unknown color: approx Summer Sky. HEX triplet: 31, 9A and DA. RGB value is (49,154,218). Sum of RGB (Red+Green+Blue) = 49+154+218=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #319ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ADA is #CE6525. Grayscale: #818181. Windows color (decimal): -13526310 or 14326321. OLE color: 14326321.

HSL color Cylindrical-coordinate representation of color #319ADA: hue angle of 202.72º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319ADA is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB49154218-
CMYK0.780.2900.15
HSL202.72º69.55%52.35%-
HSV(B)202.72º77.52%85.49%-
XYZ25.4828.8370.55-
YUV129.9177.7170.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.64%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 218 (85.55% from 255) = 51.78%
R=11.64%
G=36.58%
B=51.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal491542180.780.2900.15202.7269.5552.35
Hex319ADA4E1D0Fcb4634
Octal612323321163501731310664
Binary110001100110101101101010011101110101111110010111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,154,218); }

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

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

 a { background-color: rgb(49,154,218); }

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

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

 span { border-color: rgb(49,154,218); }

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