Html Css Color HEX #319AE0 Summer Sky

📋 copy color: '#319AE0'

red 49 ◦ green 154 ◦ blue 224

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

Shades of Summer Sky #319AE0

Tints of Summer Sky #319AE0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

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

R = 11.48%
G = 36.07%
B = 52.46%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#319AE0 (or 0x319AE0) is known color: Summer Sky. HEX triplet: 31, 9A and E0. RGB value is (49,154,224). Sum of RGB (Red+Green+Blue) = 49+154+224=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #319AE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319AE0 is #CE651F. Grayscale: #828282. Windows color (decimal): -13526304 or 14719537. OLE color: 14719537.

HSL color Cylindrical-coordinate representation of color #319AE0: hue angle of 204º 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 #319AE0 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 154 224 -
CMYK 0.78 0.31 0 0.12
HSL 204º 0.74% 0.54% -
HSV(B) 204º 0.78% 0.88% -
XYZ 26.28 29.15 74.76 -
YUV 130.59 180.71 69.81 -
System Red Green Blue C M Y K H S L
Decimal 49 154 224 0.78 0.31 0 0.12 204 0.74 0.54
Hex 31 9A E0 4E 1F 0 C CC 4A 36
Octal 61 232 340 116 37 0 14 314 112 66
Binary 110001 10011010 11100000 1001110 11111 0 1100 11001100 1001010 110110

Color Harmonies of #319AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319AE0

Black with #319AE0

Text Example


Text Example

White with #319AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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