Html Css Color HEX #319BCD Summer Sky

📋 copy color: '#319BCD'

red 49 ◦ green 155 ◦ blue 205

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

Shades of Summer Sky #319BCD

Tints of Summer Sky #319BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.9%

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

R = 11.98%
G = 37.9%
B = 50.12%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#319BCD (or 0x319BCD) is known color: Summer Sky. HEX triplet: 31, 9B and CD. RGB value is (49,155,205). Sum of RGB (Red+Green+Blue) = 49+155+205=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #319BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BCD is #CE6432. Grayscale: #808080. Windows color (decimal): -13526067 or 13474609. OLE color: 13474609.

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

Color convert

RGB 49 155 205 -
CMYK 0.76 0.24 0 0.20
HSL 199.23º 0.61% 0.5% -
HSV(B) 199.23º 0.76% 0.8% -
XYZ 24.01 28.5 61.99 -
YUV 129.01 170.88 70.93 -
System Red Green Blue C M Y K H S L
Decimal 49 155 205 0.76 0.24 0 0.20 199.23 0.61 0.5
Hex 31 9B CD 4C 18 0 14 C7 3D 32
Octal 61 233 315 114 30 0 24 307 75 62
Binary 110001 10011011 11001101 1001100 11000 0 10100 11000111 111101 110010

Color Harmonies of #319BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BCD

Black with #319BCD

Text Example


Text Example

White with #319BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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