Html Css Color HEX #319ECE Summer Sky

📋 copy color: '#319ECE'

red 49 ◦ green 158 ◦ blue 206

#319ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #319ECE

Tints of Summer Sky #319ECE

RGB

 RED value IS 49 (19.53% from 255) = 11.86%

 GREEN value IS 158 (62.11% from 255) = 38.26%

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 11.86%
G = 38.26%
B = 49.88%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#319ECE (or 0x319ECE) is known color: Summer Sky. HEX triplet: 31, 9E and CE. RGB value is (49,158,206). Sum of RGB (Red+Green+Blue) = 49+158+206=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #319ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ECE is #CE6131. Grayscale: #828282. Windows color (decimal): -13525298 or 13540913. OLE color: 13540913.

HSL color Cylindrical-coordinate representation of color #319ECE: hue angle of 198.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319ECE is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 158 206 -
CMYK 0.76 0.23 0 0.19
HSL 198.34º 0.62% 0.5% -
HSV(B) 198.34º 0.76% 0.81% -
XYZ 24.63 29.56 62.8 -
YUV 130.88 170.39 69.6 -
System Red Green Blue C M Y K H S L
Decimal 49 158 206 0.76 0.23 0 0.19 198.34 0.62 0.5
Hex 31 9E CE 4C 17 0 13 C6 3E 32
Octal 61 236 316 114 27 0 23 306 76 62
Binary 110001 10011110 11001110 1001100 10111 0 10011 11000110 111110 110010

Color Harmonies of #319ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319ECE

Black with #319ECE

Text Example


Text Example

White with #319ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,158,206); }

 H1.HeaderClassName
 {
   color: #319ECE;
 }
 .AnyTagClassName
 {
   color: #319ECE;
 }
</style>

background-color css

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

 a { background-color: rgb(49,158,206); }

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

border-color css

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

 span { border-color: rgb(49,158,206); }

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