Html Css Color HEX #319EE0 Summer Sky

📋 copy color: '#319EE0'

red 49 ◦ green 158 ◦ blue 224

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

Shades of Summer Sky #319EE0

Tints of Summer Sky #319EE0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.66%

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 11.37%
G = 36.66%
B = 51.97%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#319EE0 (or 0x319EE0) is known color: Summer Sky. HEX triplet: 31, 9E and E0. RGB value is (49,158,224). Sum of RGB (Red+Green+Blue) = 49+158+224=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #319EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319EE0 is #CE611F. Grayscale: #848484. Windows color (decimal): -13525280 or 14720561. OLE color: 14720561.

HSL color Cylindrical-coordinate representation of color #319EE0: hue angle of 202.63º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319EE0 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 158 224 -
CMYK 0.78 0.29 0 0.12
HSL 202.63º 0.74% 0.54% -
HSV(B) 202.63º 0.78% 0.88% -
XYZ 26.95 30.49 74.99 -
YUV 132.93 179.39 68.13 -
System Red Green Blue C M Y K H S L
Decimal 49 158 224 0.78 0.29 0 0.12 202.63 0.74 0.54
Hex 31 9E E0 4E 1D 0 C CB 4A 36
Octal 61 236 340 116 35 0 14 313 112 66
Binary 110001 10011110 11100000 1001110 11101 0 1100 11001011 1001010 110110

Color Harmonies of #319EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319EE0

Black with #319EE0

Text Example


Text Example

White with #319EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,158,224); }

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

background-color css

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

 a { background-color: rgb(49,158,224); }

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

border-color css

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

 span { border-color: rgb(49,158,224); }

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