Html Css Color HEX #319FCC Summer Sky

📋 copy color: '#319FCC'

red 49 ◦ green 159 ◦ blue 204

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

Shades of Summer Sky #319FCC

Tints of Summer Sky #319FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 11.89%
G = 38.59%
B = 49.51%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#319FCC (or 0x319FCC) is known color: Summer Sky. HEX triplet: 31, 9F and CC. RGB value is (49,159,204). Sum of RGB (Red+Green+Blue) = 49+159+204=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #319FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FCC is #CE6033. Grayscale: #828282. Windows color (decimal): -13525044 or 13410097. OLE color: 13410097.

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

Color convert

RGB 49 159 204 -
CMYK 0.76 0.22 0 0.2
HSL 197.42º 0.61% 0.5% -
HSV(B) 197.42º 0.76% 0.8% -
XYZ 24.56 29.81 61.59 -
YUV 131.24 169.06 69.34 -
System Red Green Blue C M Y K H S L
Decimal 49 159 204 0.76 0.22 0 0.2 197.42 0.61 0.5
Hex 31 9F CC 4C 16 0 14 C5 3D 32
Octal 61 237 314 114 26 0 24 305 75 62
Binary 110001 10011111 11001100 1001100 10110 0 10100 11000101 111101 110010

Color Harmonies of #319FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FCC

Black with #319FCC

Text Example


Text Example

White with #319FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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