#319AA4

Color #319AA4 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #319AA4

Tints of Scooter #319AA4

Color information

#319AA4 (or 0x319AA4) is unknown color: approx Scooter. HEX triplet: 31, 9A and A4. RGB value is (49,154,164). Sum of RGB (Red+Green+Blue) = 49+154+164=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #319AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319AA4 is #CE655B. Grayscale: #7B7B7B. Windows color (decimal): -13526364 or 10787377. OLE color: 10787377.

HSL color Cylindrical-coordinate representation of color #319AA4: hue angle of 185.22º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #319AA4 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB49154164-
CMYK0.700.0600.36
HSL185.22º53.99%41.76%-
HSV(B)185.22º70.12%64.31%-
XYZ19.5226.4439.2-
YUV123.74150.7174.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.35%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=13.35%
G=41.96%
B=44.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491541640.700.0600.36185.2253.9941.76
Hex319AA4466024b9362a
Octal6123224410660442716652
Binary11000110011010101001001000110110010010010111001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,154,164); }

 H1.HeaderClassName
 {
   color: #319AA4;
 }
 .AnyTagClassName
 {
   color: #319AA4;
 }
</style>
background-color css

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

 a { background-color: rgb(49,154,164); }

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

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

 span { border-color: rgb(49,154,164); }

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