Html Css Color HEX #319ADE Summer Sky

📋 copy color: '#319ADE'

red 49 ◦ green 154 ◦ blue 222

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

Shades of Summer Sky #319ADE

Tints of Summer Sky #319ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 11.53%
G = 36.24%
B = 52.24%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#319ADE (or 0x319ADE) is known color: Summer Sky. HEX triplet: 31, 9A and DE. RGB value is (49,154,222). Sum of RGB (Red+Green+Blue) = 49+154+222=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #319ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ADE is #CE6521. Grayscale: #818181. Windows color (decimal): -13526306 or 14588465. OLE color: 14588465.

HSL color Cylindrical-coordinate representation of color #319ADE: hue angle of 203.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319ADE is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 154 222 -
CMYK 0.78 0.31 0 0.13
HSL 203.58º 0.72% 0.53% -
HSV(B) 203.58º 0.78% 0.87% -
XYZ 26.01 29.04 73.34 -
YUV 130.36 179.71 69.97 -
System Red Green Blue C M Y K H S L
Decimal 49 154 222 0.78 0.31 0 0.13 203.58 0.72 0.53
Hex 31 9A DE 4E 1F 0 D CC 48 35
Octal 61 232 336 116 37 0 15 314 110 65
Binary 110001 10011010 11011110 1001110 11111 0 1101 11001100 1001000 110101

Color Harmonies of #319ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319ADE

Black with #319ADE

Text Example


Text Example

White with #319ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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