Html Css Color HEX #319299 Scooter

📋 copy color: '#319299'

red 49 ◦ green 146 ◦ blue 153

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

Shades of Scooter #319299

Tints of Scooter #319299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.95%

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

R = 14.08%
G = 41.95%
B = 43.97%

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

#319299 (or 0x319299) is known color: Scooter. HEX triplet: 31, 92 and 99. RGB value is (49,146,153). Sum of RGB (Red+Green+Blue) = 49+146+153=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #319299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319299 is #CE6D66. Grayscale: #757575. Windows color (decimal): -13528423 or 10064433. OLE color: 10064433.

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

Color convert

RGB 49 146 153 -
CMYK 0.68 0.05 0 0.4
HSL 184.04º 0.51% 0.4% -
HSV(B) 184.04º 0.68% 0.6% -
XYZ 17.3 23.51 33.76 -
YUV 117.8 147.86 78.93 -
System Red Green Blue C M Y K H S L
Decimal 49 146 153 0.68 0.05 0 0.4 184.04 0.51 0.4
Hex 31 92 99 44 5 0 28 B8 33 28
Octal 61 222 231 104 5 0 50 270 63 50
Binary 110001 10010010 10011001 1000100 101 0 101000 10111000 110011 101000

Color Harmonies of #319299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319299

Black with #319299

Text Example


Text Example

White with #319299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319299; }

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

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

background-color css

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

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

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

border-color css

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

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

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