Html Css Color HEX #319CDC Summer Sky

📋 copy color: '#319CDC'

red 49 ◦ green 156 ◦ blue 220

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

Shades of Summer Sky #319CDC

Tints of Summer Sky #319CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.71%

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 11.53%
G = 36.71%
B = 51.76%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#319CDC (or 0x319CDC) is known color: Summer Sky. HEX triplet: 31, 9C and DC. RGB value is (49,156,220). Sum of RGB (Red+Green+Blue) = 49+156+220=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #319CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CDC is #CE6323. Grayscale: #828282. Windows color (decimal): -13525796 or 14457905. OLE color: 14457905.

HSL color Cylindrical-coordinate representation of color #319CDC: hue angle of 202.46º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319CDC is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 156 220 -
CMYK 0.78 0.29 0 0.14
HSL 202.46º 0.71% 0.53% -
HSV(B) 202.46º 0.78% 0.86% -
XYZ 26.07 29.6 72.05 -
YUV 131.3 178.05 69.3 -
System Red Green Blue C M Y K H S L
Decimal 49 156 220 0.78 0.29 0 0.14 202.46 0.71 0.53
Hex 31 9C DC 4E 1D 0 E CA 47 35
Octal 61 234 334 116 35 0 16 312 107 65
Binary 110001 10011100 11011100 1001110 11101 0 1110 11001010 1000111 110101

Color Harmonies of #319CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319CDC

Black with #319CDC

Text Example


Text Example

White with #319CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,156,220); }

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

background-color css

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

 a { background-color: rgb(49,156,220); }

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

border-color css

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

 span { border-color: rgb(49,156,220); }

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