#319AD8

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

Shades of Summer Sky #319AD8

Tints of Summer Sky #319AD8

Color information

#319AD8 (or 0x319AD8) is unknown color: approx Summer Sky. HEX triplet: 31, 9A and D8. RGB value is (49,154,216). Sum of RGB (Red+Green+Blue) = 49+154+216=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #319AD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319AD8 is #CE6527. Grayscale: #818181. Windows color (decimal): -13526312 or 14195249. OLE color: 14195249.

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

Color convert

RGB49154216-
CMYK0.770.2900.15
HSL202.28º68.16%51.96%-
HSV(B)202.28º77.31%84.71%-
XYZ25.2228.7269.18-
YUV129.67176.7170.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.69%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 216 (84.77% from 255) = 51.55%
R=11.69%
G=36.75%
B=51.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal491542160.770.2900.15202.2868.1651.96
Hex319AD84D1D0Fca4434
Octal612323301153501731210464
Binary110001100110101101100010011011110101111110010101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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