Html Css Color HEX #319399 Scooter

📋 copy color: '#319399'

red 49 ◦ green 147 ◦ blue 153

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

Shades of Scooter #319399

Tints of Scooter #319399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.12%

 BLUE value IS 153 (60.16% from 255) = 43.84%

R = 14.04%
G = 42.12%
B = 43.84%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#319399 (or 0x319399) is known color: Scooter. HEX triplet: 31, 93 and 99. RGB value is (49,147,153). Sum of RGB (Red+Green+Blue) = 49+147+153=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #319399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319399 is #CE6C66. Grayscale: #767676. Windows color (decimal): -13528167 or 10064689. OLE color: 10064689.

HSL color Cylindrical-coordinate representation of color #319399: hue angle of 183.46º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319399 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 147 153 -
CMYK 0.68 0.04 0 0.4
HSL 183.46º 0.51% 0.4% -
HSV(B) 183.46º 0.68% 0.6% -
XYZ 17.45 23.82 33.82 -
YUV 118.38 147.53 78.51 -
System Red Green Blue C M Y K H S L
Decimal 49 147 153 0.68 0.04 0 0.4 183.46 0.51 0.4
Hex 31 93 99 44 4 0 28 B7 33 28
Octal 61 223 231 104 4 0 50 267 63 50
Binary 110001 10010011 10011001 1000100 100 0 101000 10110111 110011 101000

Color Harmonies of #319399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319399

Black with #319399

Text Example


Text Example

White with #319399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319399; }

 p { color: rgb(49,147,153); }

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

background-color css

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

 a { background-color: rgb(49,147,153); }

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

border-color css

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

 span { border-color: rgb(49,147,153); }

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