Html Css Color HEX #319CEA Summer Sky

📋 copy color: '#319CEA'

red 49 ◦ green 156 ◦ blue 234

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

Shades of Summer Sky #319CEA

Tints of Summer Sky #319CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 11.16%
G = 35.54%
B = 53.3%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#319CEA (or 0x319CEA) is known color: Summer Sky. HEX triplet: 31, 9C and EA. RGB value is (49,156,234). Sum of RGB (Red+Green+Blue) = 49+156+234=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #319CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319CEA is #CE6315. Grayscale: #848484. Windows color (decimal): -13525782 or 15375409. OLE color: 15375409.

HSL color Cylindrical-coordinate representation of color #319CEA: hue angle of 205.3º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #319CEA is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 156 234 -
CMYK 0.79 0.33 0 0.08
HSL 205.3º 0.81% 0.55% -
HSV(B) 205.3º 0.79% 0.92% -
XYZ 28.01 30.37 82.23 -
YUV 132.9 185.05 68.16 -
System Red Green Blue C M Y K H S L
Decimal 49 156 234 0.79 0.33 0 0.08 205.3 0.81 0.55
Hex 31 9C EA 4F 21 0 8 CD 51 37
Octal 61 234 352 117 41 0 10 315 121 67
Binary 110001 10011100 11101010 1001111 100001 0 1000 11001101 1010001 110111

Color Harmonies of #319CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319CEA

Black with #319CEA

Text Example


Text Example

White with #319CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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