Html Css Color HEX #319FCD Summer Sky

📋 copy color: '#319FCD'

red 49 ◦ green 159 ◦ blue 205

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

Shades of Summer Sky #319FCD

Tints of Summer Sky #319FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.5%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 11.86%
G = 38.5%
B = 49.64%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#319FCD (or 0x319FCD) is known color: Summer Sky. HEX triplet: 31, 9F and CD. RGB value is (49,159,205). Sum of RGB (Red+Green+Blue) = 49+159+205=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #319FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FCD is #CE6032. Grayscale: #838383. Windows color (decimal): -13525043 or 13475633. OLE color: 13475633.

HSL color Cylindrical-coordinate representation of color #319FCD: hue angle of 197.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319FCD is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 159 205 -
CMYK 0.76 0.22 0 0.20
HSL 197.69º 0.61% 0.5% -
HSV(B) 197.69º 0.76% 0.8% -
XYZ 24.68 29.86 62.22 -
YUV 131.35 169.56 69.26 -
System Red Green Blue C M Y K H S L
Decimal 49 159 205 0.76 0.22 0 0.20 197.69 0.61 0.5
Hex 31 9F CD 4C 16 0 14 C6 3D 32
Octal 61 237 315 114 26 0 24 306 75 62
Binary 110001 10011111 11001101 1001100 10110 0 10100 11000110 111101 110010

Color Harmonies of #319FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FCD

Black with #319FCD

Text Example


Text Example

White with #319FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,159,205); }

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

background-color css

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

 a { background-color: rgb(49,159,205); }

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

border-color css

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

 span { border-color: rgb(49,159,205); }

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