Html Css Color HEX #319CD4 Summer Sky

📋 copy color: '#319CD4'

red 49 ◦ green 156 ◦ blue 212

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

Shades of Summer Sky #319CD4

Tints of Summer Sky #319CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.84%

R = 11.75%
G = 37.41%
B = 50.84%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#319CD4 (or 0x319CD4) is known color: Summer Sky. HEX triplet: 31, 9C and D4. RGB value is (49,156,212). Sum of RGB (Red+Green+Blue) = 49+156+212=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #319CD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CD4 is #CE632B. Grayscale: #828282. Windows color (decimal): -13525804 or 13933617. OLE color: 13933617.

HSL color Cylindrical-coordinate representation of color #319CD4: hue angle of 200.61º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #319CD4 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 156 212 -
CMYK 0.77 0.26 0 0.17
HSL 200.61º 0.65% 0.51% -
HSV(B) 200.61º 0.77% 0.83% -
XYZ 25.04 29.18 66.6 -
YUV 130.39 174.05 69.95 -
System Red Green Blue C M Y K H S L
Decimal 49 156 212 0.77 0.26 0 0.17 200.61 0.65 0.51
Hex 31 9C D4 4D 1A 0 11 C9 41 33
Octal 61 234 324 115 32 0 21 311 101 63
Binary 110001 10011100 11010100 1001101 11010 0 10001 11001001 1000001 110011

Color Harmonies of #319CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319CD4

Black with #319CD4

Text Example


Text Example

White with #319CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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