Html Css Color HEX #319ACD Summer Sky

📋 copy color: '#319ACD'

red 49 ◦ green 154 ◦ blue 205

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

Shades of Summer Sky #319ACD

Tints of Summer Sky #319ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.75%

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

R = 12.01%
G = 37.75%
B = 50.25%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#319ACD (or 0x319ACD) is known color: Summer Sky. HEX triplet: 31, 9A and CD. RGB value is (49,154,205). Sum of RGB (Red+Green+Blue) = 49+154+205=408 (54% of max value = 765). Red value is 49 (19.53% from 255 or 12.01% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #319ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ACD is #CE6532. Grayscale: #808080. Windows color (decimal): -13526323 or 13474353. OLE color: 13474353.

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

Color convert

RGB 49 154 205 -
CMYK 0.76 0.25 0 0.20
HSL 199.62º 0.61% 0.5% -
HSV(B) 199.62º 0.76% 0.8% -
XYZ 23.84 28.17 61.94 -
YUV 128.42 171.21 71.35 -
System Red Green Blue C M Y K H S L
Decimal 49 154 205 0.76 0.25 0 0.20 199.62 0.61 0.5
Hex 31 9A CD 4C 19 0 14 C8 3D 32
Octal 61 232 315 114 31 0 24 310 75 62
Binary 110001 10011010 11001101 1001100 11001 0 10100 11001000 111101 110010

Color Harmonies of #319ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319ACD

Black with #319ACD

Text Example


Text Example

White with #319ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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