Html Css Color HEX #319199 Scooter

📋 copy color: '#319199'

red 49 ◦ green 145 ◦ blue 153

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

Shades of Scooter #319199

Tints of Scooter #319199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

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

R = 14.12%
G = 41.79%
B = 44.09%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#319199 (or 0x319199) is known color: Scooter. HEX triplet: 31, 91 and 99. RGB value is (49,145,153). Sum of RGB (Red+Green+Blue) = 49+145+153=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #319199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319199 is #CE6E66. Grayscale: #757575. Windows color (decimal): -13528679 or 10064177. OLE color: 10064177.

HSL color Cylindrical-coordinate representation of color #319199: hue angle of 184.62º 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 #319199 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 145 153 -
CMYK 0.68 0.05 0 0.4
HSL 184.62º 0.51% 0.4% -
HSV(B) 184.62º 0.68% 0.6% -
XYZ 17.14 23.2 33.71 -
YUV 117.21 148.2 79.35 -
System Red Green Blue C M Y K H S L
Decimal 49 145 153 0.68 0.05 0 0.4 184.62 0.51 0.4
Hex 31 91 99 44 5 0 28 B9 33 28
Octal 61 221 231 104 5 0 50 271 63 50
Binary 110001 10010001 10011001 1000100 101 0 101000 10111001 110011 101000

Color Harmonies of #319199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319199

Black with #319199

Text Example


Text Example

White with #319199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319199; }

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

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

background-color css

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

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

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

border-color css

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

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

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