Html Css Color HEX #319ACE Summer Sky

📋 copy color: '#319ACE'

red 49 ◦ green 154 ◦ blue 206

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

Shades of Summer Sky #319ACE

Tints of Summer Sky #319ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 11.98%
G = 37.65%
B = 50.37%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#319ACE (or 0x319ACE) is known color: Summer Sky. HEX triplet: 31, 9A and CE. RGB value is (49,154,206). Sum of RGB (Red+Green+Blue) = 49+154+206=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #319ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ACE is #CE6531. Grayscale: #808080. Windows color (decimal): -13526322 or 13539889. OLE color: 13539889.

HSL color Cylindrical-coordinate representation of color #319ACE: hue angle of 199.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319ACE is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 154 206 -
CMYK 0.76 0.25 0 0.19
HSL 199.87º 0.62% 0.5% -
HSV(B) 199.87º 0.76% 0.81% -
XYZ 23.96 28.22 62.58 -
YUV 128.53 171.71 71.27 -
System Red Green Blue C M Y K H S L
Decimal 49 154 206 0.76 0.25 0 0.19 199.87 0.62 0.5
Hex 31 9A CE 4C 19 0 13 C8 3E 32
Octal 61 232 316 114 31 0 23 310 76 62
Binary 110001 10011010 11001110 1001100 11001 0 10011 11001000 111110 110010

Color Harmonies of #319ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319ACE

Black with #319ACE

Text Example


Text Example

White with #319ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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