Html Css Color HEX #319CCE Summer Sky

📋 copy color: '#319CCE'

red 49 ◦ green 156 ◦ blue 206

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

Shades of Summer Sky #319CCE

Tints of Summer Sky #319CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 11.92%
G = 37.96%
B = 50.12%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#319CCE (or 0x319CCE) is known color: Summer Sky. HEX triplet: 31, 9C and CE. RGB value is (49,156,206). Sum of RGB (Red+Green+Blue) = 49+156+206=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #319CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CCE is #CE6331. Grayscale: #818181. Windows color (decimal): -13525810 or 13540401. OLE color: 13540401.

HSL color Cylindrical-coordinate representation of color #319CCE: hue angle of 199.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319CCE is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 156 206 -
CMYK 0.76 0.24 0 0.19
HSL 199.11º 0.62% 0.5% -
HSV(B) 199.11º 0.76% 0.81% -
XYZ 24.3 28.89 62.69 -
YUV 129.71 171.05 70.43 -
System Red Green Blue C M Y K H S L
Decimal 49 156 206 0.76 0.24 0 0.19 199.11 0.62 0.5
Hex 31 9C CE 4C 18 0 13 C7 3E 32
Octal 61 234 316 114 30 0 23 307 76 62
Binary 110001 10011100 11001110 1001100 11000 0 10011 11000111 111110 110010

Color Harmonies of #319CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319CCE

Black with #319CCE

Text Example


Text Example

White with #319CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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