Html Css Color HEX #319CEC Summer Sky

📋 copy color: '#319CEC'

red 49 ◦ green 156 ◦ blue 236

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

Shades of Summer Sky #319CEC

Tints of Summer Sky #319CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 11.11%
G = 35.37%
B = 53.51%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#319CEC (or 0x319CEC) is known color: Summer Sky. HEX triplet: 31, 9C and EC. RGB value is (49,156,236). Sum of RGB (Red+Green+Blue) = 49+156+236=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #319CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319CEC is #CE6313. Grayscale: #848484. Windows color (decimal): -13525780 or 15506481. OLE color: 15506481.

HSL color Cylindrical-coordinate representation of color #319CEC: hue angle of 205.67º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #319CEC is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 156 236 -
CMYK 0.79 0.34 0 0.07
HSL 205.67º 0.83% 0.56% -
HSV(B) 205.67º 0.79% 0.93% -
XYZ 28.3 30.49 83.75 -
YUV 133.13 186.05 68 -
System Red Green Blue C M Y K H S L
Decimal 49 156 236 0.79 0.34 0 0.07 205.67 0.83 0.56
Hex 31 9C EC 4F 22 0 7 CE 53 38
Octal 61 234 354 117 42 0 7 316 123 70
Binary 110001 10011100 11101100 1001111 100010 0 111 11001110 1010011 111000

Color Harmonies of #319CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319CEC

Black with #319CEC

Text Example


Text Example

White with #319CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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