Html Css Color HEX #319BCC Summer Sky

📋 copy color: '#319BCC'

red 49 ◦ green 155 ◦ blue 204

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

Shades of Summer Sky #319BCC

Tints of Summer Sky #319BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50%

R = 12.01%
G = 37.99%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#319BCC (or 0x319BCC) is known color: Summer Sky. HEX triplet: 31, 9B and CC. RGB value is (49,155,204). Sum of RGB (Red+Green+Blue) = 49+155+204=408 (54% of max value = 765). Red value is 49 (19.53% from 255 or 12.01% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #319BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BCC is #CE6433. Grayscale: #808080. Windows color (decimal): -13526068 or 13409073. OLE color: 13409073.

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

Color convert

RGB 49 155 204 -
CMYK 0.76 0.24 0 0.2
HSL 198.97º 0.61% 0.5% -
HSV(B) 198.97º 0.76% 0.8% -
XYZ 23.89 28.46 61.36 -
YUV 128.89 170.38 71.02 -
System Red Green Blue C M Y K H S L
Decimal 49 155 204 0.76 0.24 0 0.2 198.97 0.61 0.5
Hex 31 9B CC 4C 18 0 14 C7 3D 32
Octal 61 233 314 114 30 0 24 307 75 62
Binary 110001 10011011 11001100 1001100 11000 0 10100 11000111 111101 110010

Color Harmonies of #319BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BCC

Black with #319BCC

Text Example


Text Example

White with #319BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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