Html Css Color HEX #319BDA Summer Sky

📋 copy color: '#319BDA'

red 49 ◦ green 155 ◦ blue 218

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

Shades of Summer Sky #319BDA

Tints of Summer Sky #319BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.73%

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 11.61%
G = 36.73%
B = 51.66%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#319BDA (or 0x319BDA) is known color: Summer Sky. HEX triplet: 31, 9B and DA. RGB value is (49,155,218). Sum of RGB (Red+Green+Blue) = 49+155+218=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #319BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BDA is #CE6425. Grayscale: #828282. Windows color (decimal): -13526054 or 14326577. OLE color: 14326577.

HSL color Cylindrical-coordinate representation of color #319BDA: hue angle of 202.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319BDA is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 155 218 -
CMYK 0.78 0.29 0 0.15
HSL 202.37º 0.7% 0.52% -
HSV(B) 202.37º 0.78% 0.85% -
XYZ 25.64 29.16 70.61 -
YUV 130.49 177.38 69.88 -
System Red Green Blue C M Y K H S L
Decimal 49 155 218 0.78 0.29 0 0.15 202.37 0.7 0.52
Hex 31 9B DA 4E 1D 0 F CA 46 34
Octal 61 233 332 116 35 0 17 312 106 64
Binary 110001 10011011 11011010 1001110 11101 0 1111 11001010 1000110 110100

Color Harmonies of #319BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BDA

Black with #319BDA

Text Example


Text Example

White with #319BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,155,218); }

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

background-color css

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

 a { background-color: rgb(49,155,218); }

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

border-color css

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

 span { border-color: rgb(49,155,218); }

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