Html Css Color HEX #319DD6 Summer Sky

📋 copy color: '#319DD6'

red 49 ◦ green 157 ◦ blue 214

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

Shades of Summer Sky #319DD6

Tints of Summer Sky #319DD6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.38%

 BLUE value IS 214 (83.98% from 255) = 50.95%

R = 11.67%
G = 37.38%
B = 50.95%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#319DD6 (or 0x319DD6) is known color: Summer Sky. HEX triplet: 31, 9D and D6. RGB value is (49,157,214). Sum of RGB (Red+Green+Blue) = 49+157+214=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #319DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DD6 is #CE6229. Grayscale: #828282. Windows color (decimal): -13525546 or 14064945. OLE color: 14064945.

HSL color Cylindrical-coordinate representation of color #319DD6: hue angle of 200.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #319DD6 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 157 214 -
CMYK 0.77 0.27 0 0.16
HSL 200.73º 0.67% 0.52% -
HSV(B) 200.73º 0.77% 0.84% -
XYZ 25.46 29.62 67.99 -
YUV 131.21 174.72 69.37 -
System Red Green Blue C M Y K H S L
Decimal 49 157 214 0.77 0.27 0 0.16 200.73 0.67 0.52
Hex 31 9D D6 4D 1B 0 10 C9 43 34
Octal 61 235 326 115 33 0 20 311 103 64
Binary 110001 10011101 11010110 1001101 11011 0 10000 11001001 1000011 110100

Color Harmonies of #319DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319DD6

Black with #319DD6

Text Example


Text Example

White with #319DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,157,214); }

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

background-color css

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

 a { background-color: rgb(49,157,214); }

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

border-color css

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

 span { border-color: rgb(49,157,214); }

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