Html Css Color HEX #319DCD Summer Sky

📋 copy color: '#319DCD'

red 49 ◦ green 157 ◦ blue 205

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

Shades of Summer Sky #319DCD

Tints of Summer Sky #319DCD

RGB

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

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

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

R = 11.92%
G = 38.2%
B = 49.88%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#319DCD (or 0x319DCD) is known color: Summer Sky. HEX triplet: 31, 9D and CD. RGB value is (49,157,205). Sum of RGB (Red+Green+Blue) = 49+157+205=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #319DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DCD is #CE6232. Grayscale: #818181. Windows color (decimal): -13525555 or 13475121. OLE color: 13475121.

HSL color Cylindrical-coordinate representation of color #319DCD: hue angle of 198.46º 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 #319DCD is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 157 205 -
CMYK 0.76 0.23 0 0.20
HSL 198.46º 0.61% 0.5% -
HSV(B) 198.46º 0.76% 0.8% -
XYZ 24.34 29.17 62.11 -
YUV 130.18 170.22 70.1 -
System Red Green Blue C M Y K H S L
Decimal 49 157 205 0.76 0.23 0 0.20 198.46 0.61 0.5
Hex 31 9D CD 4C 17 0 14 C6 3D 32
Octal 61 235 315 114 27 0 24 306 75 62
Binary 110001 10011101 11001101 1001100 10111 0 10100 11000110 111101 110010

Color Harmonies of #319DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319DCD

Black with #319DCD

Text Example


Text Example

White with #319DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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